Skip to content

Commit acf585a

Browse files
committed
Merge branch 'hotfix/rollback-comman'
2 parents 2226a13 + b86716f commit acf585a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "fastexcel",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Fast and efficient large excel file writer",
55
"main": "dist/index.js",
66
"scripts": {
77
"build": "cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics",
88
"build-debug": "npm run build --",
99
"build-release": "npm run build -- --release",
10-
"project:install": "npm run build-release",
10+
"install": "npm run build-release",
1111
"rs:test": "cargo test",
1212
"js:test": "jest --runInBand"
1313
},

0 commit comments

Comments
 (0)