Skip to content

Commit 2f944de

Browse files
authored
package.json
1 parent 34b521a commit 2f944de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,11 @@
7272
"phantomjs-prebuilt": "^2.1.14",
7373
"st": ">=1.2.2",
7474
"sw-precache": "^3.2.0"
75-
"homepage": "https://yourusername.github.io/webogram"
75+
"homepage": "https://Pythoner344.github.io/webogram"
76+
"scripts": {
77+
"predeploy": "npm run build",
78+
"deploy": "gh-pages -d dist"
79+
}
7680
},
7781
"standard": {
7882
"globals": [

0 commit comments

Comments
 (0)