Skip to content

Commit 07bf508

Browse files
author
Maxime Colin
committed
1.0.13
1 parent 0d1725c commit 07bf508

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
22
"name": "deployator",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "Deploy releases over SSH with rsync, archive ZIP / TAR, symlinks, SCP",
55
"main": "index.js",
66
"bin": {
77
"deployator": "dist/index.js"
88
},
99
"scripts": {
1010
"test": "mocha --compilers js:babel-core/register --require jsdom-global/register tests/**/*.spec.js",
11-
"build": "node ./node_modules/babel-cli/bin/babel.js src --out-dir dist",
12-
"postinstall": "json -I -f package.json -e 'this.foo=\"bar\"'",
13-
"uninstall": "scripts/uninstall.js"
11+
"build": "node ./node_modules/babel-cli/bin/babel.js src --out-dir dist"
1412
},
1513
"babel": {
1614
"presets": [

0 commit comments

Comments
 (0)