Skip to content

Commit

Permalink
不足しているモジュールを依存関係に追加
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoim committed Jul 7, 2016
1 parent 90d505b commit 3913fea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,6 +1,7 @@
.DS_Store
Thumbs.db

/.sass-cache/
/nbproject/private/
/vendor/
/wiki-data/cache/
Expand All @@ -18,4 +19,4 @@ coverage
sandbox
test/out-fixtures/*
test/watch-*.txt
gulp.1
gulp.1
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -7,7 +7,10 @@
"doc": "doc"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.*.*",
"browserify-shim": "^3.8.12",
"del": "^2.2.*",
"gulp": "^3.9.1",
"gulp-bower": "0.0.*",
Expand Down

0 comments on commit 3913fea

Please sign in to comment.