Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 916e5ee

Browse filesBrowse files
committed
Merge pull request mixi-inc#26 from kakusuke/fix-package-json-for-windows
Windows環境でnpmコマンドが動かない問題の修正
2 parents 32a4249 + 7af2f65 commit 916e5ee
Copy full SHA for 916e5ee

File tree

Expand file treeCollapse file tree

2 files changed

+7
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-4
lines changed
Open diff view settings
Collapse file

‎.bowerrc‎

Copy file name to clipboard
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"cwd": "public/"
3+
}
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"description": "Training course repository for JavaScript by mixi",
55
"main": "index.js",
66
"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'"
7+
"postinstall": "bower install",
8+
"help": "gulp help",
9+
"serve": "gulp serve",
10+
"presentation": "reveal-md README.md --theme solarized --separator '^\\n\\n\\n' --verticalSeparator '^\\n\\n'"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.