You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clean-up: All unstaged and ignored files within your git repo – except node_modules/* – have been moved to the stash. To restore them run `git stash pop --quiet; git checkout .gitignore`."
43
43
}
44
44
```
@@ -49,7 +49,7 @@ Bower install before npm
49
49
50
50
```js
51
51
"scripts": {
52
-
"postinstall: "bower install"
52
+
"postinstall":"bower install"
53
53
}
54
54
```
55
55
@@ -59,7 +59,7 @@ Pushs a folder (f.e. `docs`) to the `gh-pages` branch.
0 commit comments