Skip to content

Commit 57e2d0c

Browse files
committed
bugfix -> v0.3.1
1 parent 302a4cc commit 57e2d0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phlareact",
33
"private": true,
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"license": "MIT",
66
"readme": "https://github.com/nberlette/phlareact#readme",
77
"repository": "github:nberlette/phlareact",
@@ -17,8 +17,8 @@
1717
"scripts": {
1818
"lint": "eslint ./",
1919
"lint:fix": "eslint --fix --ignore-pattern 'out/**' ./",
20-
"dev": "yarn lint && flareact dev",
21-
"build": "yarn lint:fix && flareact build",
20+
"dev": "flareact dev",
21+
"build": "flareact build",
2222
"deploy": "yarn build && flareact publish"
2323
},
2424
"dependencies": {

0 commit comments

Comments
 (0)