Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
paldepind committed May 19, 2017
1 parent dc0c610 commit cc5aaaf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
*~
typings
node_modules
lib
dist
coverage/
docs-build/
*.log
.tern-port
.tern-port
dist
.nyc_output
12 changes: 9 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
src
*~
node_modules
test
lib
benchmark
docs
benchmark
coverage/
docs-build/
*.log
.tern-port
.nyc_output
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "@funkia/jabz",
"version": "0.0.19",
"description": "Powerful and practical abstractions.",
"main": "index.js",
"main": "dist/index.js",
"module": "dist/es/index.js",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -P ./tsconfig-release.json; tsc -P ./tsconfig-release.json --outDir 'dist/es' --target es6 --module es6",
"test": "nyc mocha --recursive test/**/*.ts",
"test-watch": "mocha --watch --compilers ts:ts-node/register test/**/*.ts",
Expand Down

0 comments on commit cc5aaaf

Please sign in to comment.