forked from wojtkowiak/meteor-desktop
-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a04e419
commit 3131557
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@meteor-community/meteor-desktop", | ||
"version": "3.1.1-rc.0", | ||
"version": "3.1.1-rc.1", | ||
"bin": { | ||
"meteor-desktop": "dist/bin/cli.js" | ||
}, | ||
|
@@ -23,7 +23,7 @@ | |
"postinstall": "npm run build && node dist/scripts/addToScripts || echo", | ||
"publish-plugins": "(cls || reset) && cd plugins/bundler && (meteor publish [email protected]) && cd ../watcher && (meteor publish [email protected])", | ||
"prepublish": "npm run build || echo", | ||
"publish-all": "npm run publish-plugins && npm publish", | ||
"publish-all": "npm run publish-plugins && npm prune --production && npm publish", | ||
"build": "babel lib --out-dir dist --source-maps inline --copy-files", | ||
"build-watch": "babel lib --watch --out-dir dist --source-maps inline --copy-files", | ||
"develop": "npm-run-all --parallel build-watch test-watch", | ||
|
@@ -88,7 +88,7 @@ | |
"isbinaryfile": "3.0.3", | ||
"lodash": "4.17.21", | ||
"md5": "2.3.0", | ||
"node-fetch": "^2.7.0", | ||
"node-fetch": "2.7.0", | ||
"regenerator-runtime": "0.14.0", | ||
"rimraf": "3.0.2", | ||
"semver": "5.7.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters