We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302a4cc commit 57e2d0cCopy full SHA for 57e2d0c
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "phlareact",
3
"private": true,
4
- "version": "0.3.0",
+ "version": "0.3.1",
5
"license": "MIT",
6
"readme": "https://github.com/nberlette/phlareact#readme",
7
"repository": "github:nberlette/phlareact",
@@ -17,8 +17,8 @@
17
"scripts": {
18
"lint": "eslint ./",
19
"lint:fix": "eslint --fix --ignore-pattern 'out/**' ./",
20
- "dev": "yarn lint && flareact dev",
21
- "build": "yarn lint:fix && flareact build",
+ "dev": "flareact dev",
+ "build": "flareact build",
22
"deploy": "yarn build && flareact publish"
23
},
24
"dependencies": {
0 commit comments