]> zoso.dev Git - libnemo.git/commitdiff
prepare for publish
authorMiro Metsänheimo <miro@metsanheimo.fi>
Sun, 13 Oct 2019 08:43:06 +0000 (11:43 +0300)
committerMiro Metsänheimo <miro@metsanheimo.fi>
Sun, 13 Oct 2019 08:43:06 +0000 (11:43 +0300)
.npmignore [new file with mode: 0644]
package.json

diff --git a/.npmignore b/.npmignore
new file mode 100644 (file)
index 0000000..3eb626b
--- /dev/null
@@ -0,0 +1,8 @@
+.git/
+node_modules/
+test/
+.gitignore
+.editorconfig
+.travis.yml
+src
+tsconfig.json
\ No newline at end of file
index c5e41bfc6d23324e211fc973efbc485437829807..637afd4187983c923f44014870c6b58936a8d502 100644 (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"