Skip to content

Commit ebc892a

Browse files
committed
figuring out packaging :)
1 parent 98c5037 commit ebc892a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-nodejs",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -15,6 +15,8 @@
1515
"bugs": {
1616
"url": "https://github.com/notablemind/jupyter-nodejs/issues"
1717
},
18+
"files": ["build", "lib", "install.js", "config.js"],
19+
"prepublish": "make",
1820
"license": "ISC",
1921
"dependencies": {
2022
"async": "^0.9.0",

0 commit comments

Comments
 (0)