Skip to content

Commit 343b9d1

Browse files
committed
Release 0.2.6. Added now script to advanced example.
1 parent 3b63371 commit 343b9d1

File tree

7 files changed

+1072
-716
lines changed

7 files changed

+1072
-716
lines changed

examples/advanced/now/now.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "react-site-nav",
3+
"alias": "react-site-nav",
4+
"public": true
5+
}

examples/advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "eslint ./src",
99
"serve": "webpack-serve webpack.config.server",
1010
"build": "rimraf now/build/* && webpack --config webpack.prod.config.js",
11-
"now": "npm run build && cd ./now && now --public"
11+
"now": "npm run build && cd ./now && now && now alias"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)