Skip to content

Commit

Permalink
Merge pull request #8 from kwonoj/release-file
Browse files Browse the repository at this point in the history
build(release): release 0.0.5
  • Loading branch information
kwonoj committed Jul 29, 2023
2 parents 5c052b8 + 2d800b8 commit a8c7ca9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .gitignore
@@ -1,7 +1,7 @@
/target
/Cargo.lock
/node_modules
/test/parser/**/_actual.json
*.log
/test/**/_actual.*
/test.js
/test.js
/packages/woodpile/pkg
*.tgz
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
@@ -1,6 +1,6 @@
{
"name": "woodpile",
"version": "0.0.4",
"version": "0.0.5",
"description": "SWC AST walker for Javascript",
"main": "packages/woodpile/pkg/woodpile.js",
"files": [
Expand All @@ -11,7 +11,7 @@
"LICENSE"
],
"scripts": {
"prepublishOnly": "npm run build:release",
"prepublishOnly": "npm run build:release && rm -rf ./packages/woodpile/pkg/.gitignore",
"build:release": "wasm-pack build --target nodejs packages/woodpile",
"build": "npm run build:release -- --dev",
"test": "npm run build && node ./spec/index.js"
Expand Down

0 comments on commit a8c7ca9

Please sign in to comment.