Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
(chore) Update script to moment-mini ; Update composer concerto
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Mar 19, 2019
1 parent 88d9d8f commit b24c232
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ergo-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"access": "public"
},
"dependencies": {
"composer-concerto": "0.60.0",
"composer-concerto": "0.70.0",
"debug": "^2.6.9",
"winston": "^3.2.1",
"yargs": "9.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/ergo-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@accordproject/ergo-compiler": "0.6.3",
"composer-concerto": "0.60.0",
"composer-concerto": "0.70.0",
"moment-mini": "2.22.1",
"vm2": "3.5.0",
"yargs": "9.0.1"
Expand Down
2 changes: 1 addition & 1 deletion scripts/pkgstamp.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'use strict';

const fs = require('fs');
const moment = require('moment');
const moment = require('moment-mini');
const path = require('path');
const semver = require('semver');

Expand Down

0 comments on commit b24c232

Please sign in to comment.