Skip to content

Commit

Permalink
Update deps; Bump version to 0.5.5
Browse files Browse the repository at this point in the history
j-devel committed Feb 17, 2022
1 parent e1d847c commit 8df1e63
Showing 2 changed files with 30 additions and 30 deletions.
54 changes: 27 additions & 27 deletions npm-shrinkwrap.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "es-pack-js",
"version": "0.5.4",
"version": "0.5.5",
"description": "Build and test portable JavaScript/rustwasm modules",
"bin": {
"es-pack": "bin/es-pack"
},
"main": "src/index.js",
"directories": {},
"scripts": {
"postinstall": "(cd ./node-polyfill && npm run install) && (cd ./rustwasm-polyfill && npm i)",
"postinstall": "(cd ./node-polyfill && npm run install) && (cd ./rustwasm-wrapper && npm i)",
"test": "npm run test:node && npm run test:browser && npm run test:verify && npm run test:ex",
"test:node": "jest tests/node/main.test.js",
"test:browser": "jest -c jest.config.browser.js tests/browser/main.test.js",
@@ -57,7 +57,7 @@
"express": "^4.17.1",
"fs-extra": "^9.0.1",
"jest": "^27.2.0",
"jest-puppeteer": "^6.0.3",
"jest-puppeteer": "^6.1.0",
"puppeteer": "^13.1.2",
"terser-webpack-plugin": "^5.0.3",
"toml": "^3.0.0",

0 comments on commit 8df1e63

Please sign in to comment.