Update package.json #253

Merged
Sirherobrine23 merged 1 commits from Sirherobrine23-patch-1 into main 2021-11-29 20:03:19 +00:00

View File

@ -12,7 +12,7 @@
"import": "./index_esm.js" "import": "./index_esm.js"
}, },
"scripts": { "scripts": {
"install": "cjs2esm", "postinstall": "cjs2esm",
"start": "node bin/bds_maneger.js -sk", "start": "node bin/bds_maneger.js -sk",
"test": "mocha --exit .test/*.js", "test": "mocha --exit .test/*.js",
"ci": "node .Build/test/ci.js", "ci": "node .Build/test/ci.js",