We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5843d1 commit 682d3e4Copy full SHA for 682d3e4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@numbersprotocol/nit",
3
- "version": "1.2.6",
+ "version": "1.2.7",
4
"description": "git for web3 digital asset",
5
"main": "lib/nit.js",
6
"repository": "https://github.com/numbersprotocol/nit",
@@ -30,9 +30,7 @@
30
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'tests/**/*.ts'",
31
"test-single": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register"
32
},
33
- "bin": {
34
- "nit": "bin/nit.js"
35
- },
+ "bin": "bin/nit.js",
36
"devDependencies": {
37
"@rollup/plugin-commonjs": "^22.0.2",
38
"@rollup/plugin-json": "^4.1.0",
0 commit comments