Skip to content

Commit

Permalink
version 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stereobooster committed Jan 26, 2018
1 parent c40ce22 commit 08cad34
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "react-snap",
"version": "1.10.0",
"description": "Zero-configuration framework-agnostic static prerendering for SPAs",
"version": "1.11.0",
"description":
"Zero-configuration framework-agnostic static prerendering for SPAs",
"main": "index.js",
"author": "stereobooster",
"license": "MIT",
Expand Down Expand Up @@ -33,12 +34,7 @@
"bin": {
"react-snap": "./run.js"
},
"files": [
"index.js",
"run.js",
"src/",
"vendor/"
],
"files": ["index.js", "run.js", "src/", "vendor/"],
"reactSnap": {
"destination": "tmp",
"inlineCss": true,
Expand Down

0 comments on commit 08cad34

Please sign in to comment.