Skip to content

Commit 682d3e4

Browse files
committed
build: bump version
Signed-off-by: Bofu Chen (bafu) <[email protected]>
1 parent f5843d1 commit 682d3e4

File tree

2 files changed

+4688
-3014
lines changed

2 files changed

+4688
-3014
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@numbersprotocol/nit",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "git for web3 digital asset",
55
"main": "lib/nit.js",
66
"repository": "https://github.com/numbersprotocol/nit",
@@ -30,9 +30,7 @@
3030
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'tests/**/*.ts'",
3131
"test-single": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register"
3232
},
33-
"bin": {
34-
"nit": "bin/nit.js"
35-
},
33+
"bin": "bin/nit.js",
3634
"devDependencies": {
3735
"@rollup/plugin-commonjs": "^22.0.2",
3836
"@rollup/plugin-json": "^4.1.0",

0 commit comments

Comments
 (0)