prepare for publish
This commit is contained in:
parent
853a7e0488
commit
3d257b8d71
2 changed files with 10 additions and 1 deletions
8
.npmignore
Normal file
8
.npmignore
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.git/
|
||||
node_modules/
|
||||
test/
|
||||
.gitignore
|
||||
.editorconfig
|
||||
.travis.yml
|
||||
src
|
||||
tsconfig.json
|
||||
|
|
@ -12,7 +12,8 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/numsu/nanocurrency-web-js/issues"
|
||||
},
|
||||
"main": "index.js",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "mocha --reporter spec"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue