Skip to content

Commit e1d257c

Browse files
committed
Release v3.1.1
1 parent a3923b3 commit e1d257c

File tree

5 files changed

+4283
-3211
lines changed

5 files changed

+4283
-3211
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meteor-community/meteor-desktop",
3-
"version": "3.1.1-rc.2",
3+
"version": "3.1.1",
44
"bin": {
55
"meteor-desktop": "dist/bin/cli.js"
66
},
@@ -23,8 +23,8 @@
2323
"postinstall": "path-exists dist/scripts/addToScripts.js && node dist/scripts/addToScripts || echo",
2424
"publish-plugins": "(cls || reset) && cd plugins/bundler && (meteor publish [email protected]) && cd ../watcher && (meteor publish [email protected])",
2525
"prepublish": "npm run build || echo",
26-
"publish-all": "npm run publish-plugins && npm prune --production && npm publish && meteor npm i",
27-
"publish-all-preview": "npm run publish-plugins && npm prune --production && npm publish --tag preview && meteor npm i",
26+
"publish-all": "npm run publish-plugins && npm publish && meteor npm i",
27+
"publish-all-preview": "npm run publish-plugins && npm publish --tag preview && meteor npm i",
2828
"build": "babel lib --out-dir dist --source-maps inline --copy-files",
2929
"build-watch": "babel lib --watch --out-dir dist --source-maps inline --copy-files",
3030
"develop": "npm-run-all --parallel build-watch test-watch",

plugins/bundler/package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable prefer-arrow-callback */
22
Package.describe({
33
name: 'communitypackages:meteor-desktop-bundler',
4-
version: '3.1.1-rc.2',
4+
version: '3.1.1',
55
summary: 'Bundles .desktop dir into desktop.asar.',
66
git: 'https://github.com/Meteor-Community-Packages/meteor-desktop',
77
documentation: 'README.md'

plugins/watcher/package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable prefer-arrow-callback */
22
Package.describe({
33
name: 'communitypackages:meteor-desktop-watcher',
4-
version: '3.1.1-rc.2',
4+
version: '3.1.1',
55
summary: 'Watches .desktop dir and triggers rebuilds on file change.',
66
git: 'https://github.com/Meteor-Community-Packages/meteor-desktop',
77
documentation: 'README.md',

0 commit comments

Comments
 (0)