how to publish
This commit is contained in:
+2
-1
@@ -1,2 +1,3 @@
|
|||||||
node_modules
|
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",
|
"bsock": "^0.1.9",
|
||||||
"uuid": "^3.3.3"
|
"uuid": "^3.3.3"
|
||||||
},
|
},
|
||||||
"files": []
|
"files": [
|
||||||
|
"./lib/Backend.js",
|
||||||
|
"./lib/Frontend.js"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
"target": "ESnext",
|
"target": "ESnext",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"outDir": "./js",
|
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"experimentalDecorators": true
|
"experimentalDecorators": true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user