Skip to content

Commit 45cbf4e

Browse files
committed
Merge remote-tracking branch 'jpetitcolas/clean_packagejson' into fix/npm-publishing
2 parents af5fbeb + 3c6e8bd commit 45cbf4e

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,24 @@
55
"main": "./lib/simperium/index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git://github.com/beaucollins/node-simperium.git"
8+
"url": "git://github.com/Simperium/node-simperium.git"
99
},
1010
"scripts": {
11-
"test": "`npm bin`/mocha --compilers js:babel-core/register test/**",
12-
"prepublish": "`npm bin`/babel -q -d lib/ src/",
11+
"test": "mocha --compilers js:babel-core/register test/**",
12+
"prepublish": "babel -q -d lib/ src/",
1313
"postinstall": "node scripts/install.js"
1414
},
1515
"author": "",
1616
"license": "BSD-2-Clause",
1717
"dependencies": {
18-
"babel-core": "^6.2.0",
19-
"babel-preset-es2015": "^6.2.0",
2018
"find": "^0.2.3",
2119
"node-uuid": "^1.4.7",
2220
"websocket": "^1.0.22"
2321
},
2422
"devDependencies": {
2523
"babel-cli": "^6.2.0",
2624
"babel-core": "^6.2.0",
25+
"babel-preset-es2015": "^6.2.0",
2726
"mocha": "^2.3.4"
2827
}
2928
}

0 commit comments

Comments
 (0)