|
@@ -24,8 +24,13 @@
|
|
|
"serve": "http-server -p 1335",
|
|
|
"preversion": "npm run test",
|
|
|
"postversion": "git push && git push --tags",
|
|
|
- "prepublishOnly": "npm run test && npm run build"
|
|
|
+ "prepublishOnly": "npm run test && npm run build",
|
|
|
+ "prepare": "npm run build"
|
|
|
},
|
|
|
+ "main": "build/src/index.js",
|
|
|
+ "files": [
|
|
|
+ "build/dist/"
|
|
|
+ ],
|
|
|
"author": "RCSB PDB and Mol* Contributors",
|
|
|
"license": "MIT",
|
|
|
"devDependencies": {
|