Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Koch committed Jun 4, 2016
1 parent f17e854 commit cfdf813
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
"scripts": {
"test": "eslint lib/**/*.js test/**/*.js && nyc tape test/*.test.js",
"travis-coverage": "nyc report --reporter=text-lcov tape/*.test.js | coveralls",
"coverage": "nyc report --reporter=lcov tape/*.test.js"
"coverage": "nyc report --reporter=lcov tape/*.test.js",
"prepublish": "babel -d build lib/*.js index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dak0rn/sfftfth.git"
},
"bin": {
"sfftfth": "index.js"
"sfftfth": "build/index.js"
},
"keywords": [
"static",
Expand Down

0 comments on commit cfdf813

Please sign in to comment.