Skip to content

Commit 7885b04

Browse files
committed
Update package.json
1 parent b5db586 commit 7885b04

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "preact-boilerplate",
3-
"version": "1.0.3",
4-
"description": "Ready-to-go Preact starter project powered by webpack.",
3+
"version": "0.1.0",
4+
"description": "Ready-to-go Preact + Redux starter project powered by webpack.",
55
"scripts": {
66
"dev": "NODE_ENV=development webpack-dev-server --inline --progress",
77
"start": "superstatic build -p ${PORT:-8080} --gzip -c '{\"routes\":{\"**\":\"index.html\"},\"cache_control\":{\"**\":86400}}'",
@@ -12,8 +12,7 @@
1212
},
1313
"keywords": [
1414
"preact",
15-
"boilerplate",
16-
"webpack"
15+
"redux"
1716
],
1817
"license": "MIT",
1918
"author": "Jason Miller <[email protected]>",

0 commit comments

Comments
 (0)