prepare for publish

This commit is contained in:
Miro Metsänheimo 2019-10-13 11:43:06 +03:00
commit 3d257b8d71
2 changed files with 10 additions and 1 deletions

8
.npmignore Normal file
View file

@ -0,0 +1,8 @@
.git/
node_modules/
test/
.gitignore
.editorconfig
.travis.yml
src
tsconfig.json

View file

@ -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"