how to publish
This commit is contained in:
+2
-1
@@ -1,2 +1,3 @@
|
||||
node_modules
|
||||
lib
|
||||
*/**/*.js
|
||||
*/**/*.d.ts
|
||||
@@ -0,0 +1,4 @@
|
||||
src
|
||||
test
|
||||
node_modules
|
||||
tsconfig.json
|
||||
+4
-1
@@ -24,5 +24,8 @@
|
||||
"bsock": "^0.1.9",
|
||||
"uuid": "^3.3.3"
|
||||
},
|
||||
"files": []
|
||||
"files": [
|
||||
"./lib/Backend.js",
|
||||
"./lib/Frontend.js"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
"target": "ESnext",
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
"outDir": "./js",
|
||||
"strict": true,
|
||||
"experimentalDecorators": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user