Skip to content

Commit 7955185

Browse files
committed
Add directory
1 parent e655980 commit 7955185

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,6 +1,6 @@
11
{
22
"name": "@sqlite.org/sqlite-wasm",
3-
"version": "3.44.1-build1",
3+
"version": "3.44.1-build2",
44
"description": "SQLite Wasm conveniently wrapped as an ES Module.",
55
"keywords": [
66
"sqlite",
@@ -39,7 +39,7 @@
3939
"build": "npm run clean && node bin/index.js",
4040
"start": "npx http-server --coop",
4141
"fix": "npx prettier . --write",
42-
"prepare": "npm run build && npm run fix && npm run publint",
42+
4343
"deploy": "npm run prepare && git add . && git commit -am 'New release' && git push && npm publish --access public"
4444
},
4545
"repository": {

0 commit comments

Comments
 (0)