Skip to content

Commit

Permalink
fix(package.json): Fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
HriBB committed Nov 15, 2016
1 parent 07e2a9b commit 1819f6f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
"name": "apollo-upload-network-interface",
"description": "UploadNetworkInterface for Apollo GraphQL Client",
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"scripts": {
"build": "babel src -d lib",
"clean": "rimraf lib",
"lint": "eslint src/** test/**",
"prepublish": "npm run clean && npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "mocha --compilers js:babel-register ./test/test.js"
"test": "mocha --compilers js:babel-core/register ./test/test.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1819f6f

Please sign in to comment.