Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Feb 9, 2016
1 parent b5db586 commit 7885b04
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "preact-boilerplate",
"version": "1.0.3",
"description": "Ready-to-go Preact starter project powered by webpack.",
"version": "0.1.0",
"description": "Ready-to-go Preact + Redux starter project powered by webpack.",
"scripts": {
"dev": "NODE_ENV=development webpack-dev-server --inline --progress",
"start": "superstatic build -p ${PORT:-8080} --gzip -c '{\"routes\":{\"**\":\"index.html\"},\"cache_control\":{\"**\":86400}}'",
Expand All @@ -12,8 +12,7 @@
},
"keywords": [
"preact",
"boilerplate",
"webpack"
"redux"
],
"license": "MIT",
"author": "Jason Miller <[email protected]>",
Expand Down

0 comments on commit 7885b04

Please sign in to comment.