Skip to content

Commit

Permalink
add scripts + files to pkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
blugavere committed Dec 1, 2019
1 parent dccfd72 commit 61dd4c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@
"lint": "eslint ./lib --ext .ts",
"test:watch": "mocha lib/*.test.js --watch",
"test": "mocha lib/*.test.ts",
"build": "tsc"
"build": "tsc",
"prepublish": "npm run build"
},
"dependencies": {},
"license": "MIT"
"license": "MIT",
"files": [
"dist"
]
}

0 comments on commit 61dd4c3

Please sign in to comment.