Skip to content

Commit

Permalink
fixpack, dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
jescalan committed Aug 10, 2016
1 parent 352b02b commit 335aa81
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"verbose": "true"
},
"bugs": "https://github.com/reshape/custom-elements/issues",
"dependencies": {
"reshape-plugin-util": "reshape/plugin-util"
},
"devDependencies": {
"ava": "^0.15.2",
"coveralls": "^2.11.12",
Expand All @@ -25,13 +28,10 @@
"main": "lib",
"repository": "https://github.com/reshape/custom-elements",
"scripts": {
"coverage": "nyc ava && nyc report --reporter=html",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard | snazzy",
"mocha": "node_modules/.bin/_mocha",
"test": "npm run lint && npm run mocha",
"coverage": "nyc ava && nyc report --reporter=html",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
"reshape-plugin-util": "^0.1.0"
"test": "npm run lint && npm run mocha"
}
}

0 comments on commit 335aa81

Please sign in to comment.