Skip to content

Commit c2565d2

Browse files
committed
Hopefully last time updating stuff fof 0.1.1 :p
1 parent 5a3b418 commit c2565d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -2,7 +2,7 @@
22
"name": "vaporBoy",
33
"displayName": "VaporBoy",
44
"author": "Aaron Turner",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"license": "Apache-2.0",
77
"description": "Coming soon!",
88
"main": "main.js",
@@ -12,7 +12,7 @@
1212
"build": "npx run-s preact:build legacy:build privacy:build",
1313
"release": "npx np --no-publish --yolo",
1414
"serve": "echo \"NOTE: This is meant for testing build output, not a development server...\" && sleep 2 && npm run preact:serve",
15-
"precommit": "pretty-quick --staged --pattern \"!legacy/**/*\"",
15+
"precommit": "npx pretty-quick --staged --pattern \"!legacy/**/*\"",
1616
"prettier:fix": "npx prettier --write '**/*.js' '**/*.scss' '**/*.css' '**/*.json' '!www/**/*' '!legacy/**/*' '!platforms/**/*' '!build/**/*' '!plugins/**/*'",
1717
"preact:build": "preact build --template src/template.html --dest www --config src/preact.config.js --no-prerender",
1818
"preact:build:watch": "npx chokidar '**/*.js' '**/*.scss' '**/*.css' '**/*.json' '!www/**/*' '!legacy/**/*' '!platforms/**/*' '!build/**/*' '!plugins/**/*' -c \"npm run preact:build\"",

0 commit comments

Comments
 (0)