We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5398ed3 commit e4dd30aCopy full SHA for e4dd30a
.npmignore
@@ -1,7 +1,6 @@
1
node_modules
2
coverage
3
examples
4
-src
5
test
6
tmp
7
yarn.lock
package.json
@@ -5,9 +5,6 @@
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.js",
8
- "files": [
9
- "dist"
10
- ],
11
"repository": {
12
"type": "git",
13
"url": "git+https://github.com/OpenMined/syft.js.git"
@@ -34,7 +31,7 @@
34
31
"scripts": {
35
32
"start": "rollup -cw",
36
33
"build": "rollup -c",
37
- "prepublishOnly": "npm run build",
+ "prepare": "npm run build",
38
"test": "jest --coverage",
39
"test:watch": "jest --watch",
40
"version": "auto-changelog -p && git add CHANGELOG.md",
0 commit comments