Skip to content

Commit

Permalink
Merge branch 'hotfix/rollback-comman'
Browse files Browse the repository at this point in the history
  • Loading branch information
slaveofcode committed Dec 12, 2022
2 parents 2226a13 + b86716f commit acf585a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "fastexcel",
"version": "0.1.1",
"version": "0.1.2",
"description": "Fast and efficient large excel file writer",
"main": "dist/index.js",
"scripts": {
"build": "cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics",
"build-debug": "npm run build --",
"build-release": "npm run build -- --release",
"project:install": "npm run build-release",
"install": "npm run build-release",
"rs:test": "cargo test",
"js:test": "jest --runInBand"
},
Expand Down

0 comments on commit acf585a

Please sign in to comment.