Skip to content

Commit

Permalink
Merge pull request #110 from kwonoj/fix-build
Browse files Browse the repository at this point in the history
fix(package): fix build script
  • Loading branch information
kwonoj authored Oct 23, 2018
2 parents 91ca4bb + 9d90322 commit 0ae6eac
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="2.0.0-beta.2"></a>
# [2.0.0-beta.2](https://github.com/kwonoj/cld3-asm/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2018-10-23)


### Bug Fixes

* **package:** fix build script ([205465a](https://github.com/kwonoj/cld3-asm/commit/205465a))



<a name="2.0.0-beta.1"></a>
# [2.0.0-beta.1](https://github.com/kwonoj/cld3-asm/compare/v1.0.1...v2.0.0-beta.1) (2018-10-23)

Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "cld3-asm",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "WebAssembly based Javascript bindings for google compact language detector 3",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -27,7 +27,7 @@
]
},
"scripts": {
"prepublishOnly": "npm-run-all build:* test",
"prepublishOnly": "npm-run-all build:clean build:tsc build:lib test",
"prepare": "ts-node bootstrap.ts",
"test:cld": "jest --config jest-cld.json",
"test:cld-asm": "jest --config jest-cld-asm.json --coverage",
Expand Down

0 comments on commit 0ae6eac

Please sign in to comment.