Skip to content

Commit

Permalink
Fix tiny npm things
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Apr 5, 2018
1 parent 261b3db commit ccb581c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,3 @@ package-lock.json

# project specific
*.tgz
tap-snapshots
test
.travis.yml
var
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Generate Swagger files automatically for Fastify.",
"main": "index.js",
"scripts": {
"prepare:swagger-ui": "node prepare-swagger-ui",
"prepare": "node prepare-swagger-ui",
"test": "standard && tap test/*.js",
"prepublish": "npm run prepare:swagger-ui"
"prepublishOnly": "npm run prepare"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ccb581c

Please sign in to comment.