We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32a4249 + 7af2f65 commit 916e5eeCopy full SHA for 916e5ee
.bowerrc
@@ -0,0 +1,3 @@
1
+{
2
+ "cwd": "public/"
3
+}
package.json
@@ -4,10 +4,10 @@
4
"description": "Training course repository for JavaScript by mixi",
5
"main": "index.js",
6
"scripts": {
7
- "postinstall": "(cd public; $(npm bin)/bower install)",
8
- "help": "$(npm bin)/gulp help",
9
- "serve": "$(npm bin)/gulp serve",
10
- "presentation": "$(npm bin)/reveal-md README.md --theme solarized --separator '^\\n\\n\\n' --verticalSeparator '^\\n\\n'"
+ "postinstall": "bower install",
+ "help": "gulp help",
+ "serve": "gulp serve",
+ "presentation": "reveal-md README.md --theme solarized --separator '^\\n\\n\\n' --verticalSeparator '^\\n\\n'"
11
},
12
"repository": {
13
"type": "git",
0 commit comments