Skip to content

Commit b6f7b59

Browse files
committed
package用意
1 parent b5ec946 commit b6f7b59

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ _testmain.go
2525

2626
.envrc
2727
vendor/
28-
28+
node_modules
29+
*.log

Diff for: package.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,15 @@
1515
"bugs": {
1616
"url": "https://github.com/OthloTech/OthloCalendar/issues"
1717
},
18-
"homepage": "https://github.com/OthloTech/OthloCalendar#readme"
18+
"homepage": "https://github.com/OthloTech/OthloCalendar#readme",
19+
"dependencies": {
20+
"babel-core": "^6.18.2",
21+
"babel-loader": "^6.2.8",
22+
"jade": "^1.11.0",
23+
"riot": "^3.0.1",
24+
"riotcontrol": "0.0.3",
25+
"riotjs-loader": "^3.0.0",
26+
"webpack": "^1.13.3",
27+
"webpack-dev-server": "^1.16.2"
28+
}
1929
}

0 commit comments

Comments
 (0)