Skip to content

Commit

Permalink
npm update package lock refresh (should fix issues related to missing…
Browse files Browse the repository at this point in the history
… node_module entries)
  • Loading branch information
danielweck committed Nov 9, 2017
1 parent 9cd2fa4 commit 0298836
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 98 deletions.
148 changes: 60 additions & 88 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.cson
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ scripts:
(npm outdated || echo outdated)
&&
npm install --no-save --only=prod
npm install --only=prod
&&
npm install --no-save --only=dev
npm install --only=dev
&&
npm update --no-save
npm update
&&
npm run prepare:local:common
'
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@
],
"dependencies": {
"concurrently": "latest",
"http-server": "github:danielweck/http-server",
"npm-run-all": "latest",
"opener": "latest",
"http-server": "github:danielweck/http-server"
"opener": "latest"
},
"devDependencies": {
"crypto-js": "latest",
"zip-js": "github:danielweck/zip.js",
"gift": "latest",
"requirejs-text": "latest",
"gift": "latest"
"zip-js": "github:danielweck/zip.js"
},
"scripts": {
"cson2json": "node ./readium-shared-js/readium-cfi-js/node_modules/cson/bin/cson2json package.cson > package.json && node readium-shared-js/readium-cfi-js/readium-build-tools/optimizePackageJsonScripts.js",
"prepare:all": "npm run prepare:submodule && npm run prepare:local",
"prepare:local": "(npm outdated || echo outdated) && npm install --no-save --only=prod && npm install --no-save --only=dev && npm update --no-save && npm run prepare:local:common",
"prepare:local": "(npm outdated || echo outdated) && npm install --only=prod && npm install --only=dev && npm update && npm run prepare:local:common",
"prepare:yarn:all": "yarn run prepare:yarn:submodule && yarn run prepare:yarn:local",
"prepare:yarn:local": "(yarn outdated || echo outdated) && yarn install && yarn upgrade && yarn run prepare:local:common",
"prepare:local:common": "node readium-shared-js/readium-cfi-js/readium-build-tools/gitHubForksUpdater.js",
Expand All @@ -86,4 +86,4 @@
"dowatch": "node ./readium-shared-js/readium-cfi-js/node_modules/watch/cli.js \"npm run build && node readium-shared-js/readium-cfi-js/readium-build-tools/webbrowser.js && node ./readium-shared-js/readium-cfi-js/node_modules/rimraf/bin.js open_webbrowser.js\" dev/ js/ readium-shared-js/js/ readium-shared-js/plugins/ readium-shared-js/readium-cfi-js/js/",
"httpServe": "node readium-shared-js/readium-cfi-js/readium-build-tools/http-server.js -LOGFILE http.log -OPEN /dev/ -a 127.0.0.1 -p 9090 --cors ."
}
}
}
2 changes: 1 addition & 1 deletion readium-shared-js

0 comments on commit 0298836

Please sign in to comment.