Skip to content

Commit

Permalink
3.1.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Oct 12, 2023
1 parent a04e419 commit 3131557
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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.json
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"
},
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/bundler/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable prefer-arrow-callback */
Package.describe({
name: 'communitypackages:meteor-desktop-bundler',
version: '3.1.1-rc.0',
version: '3.1.1-rc.1',
summary: 'Bundles .desktop dir into desktop.asar.',
git: 'https://github.com/Meteor-Community-Packages/meteor-desktop',
documentation: 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion plugins/watcher/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable prefer-arrow-callback */
Package.describe({
name: 'communitypackages:meteor-desktop-watcher',
version: '3.1.1-rc.0',
version: '3.1.1-rc.1',
summary: 'Watches .desktop dir and triggers rebuilds on file change.',
git: 'https://github.com/Meteor-Community-Packages/meteor-desktop',
documentation: 'README.md',
Expand Down

0 comments on commit 3131557

Please sign in to comment.