Install webpack

This commit is contained in:
Cole Bemis 2017-01-28 13:44:34 -08:00
parent 4bb2702015
commit 4cf99d1d0a
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
.DS_Store
node_modules
sandbox
stash

7
package.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "feather",
"version": "0.0.0",
"devDependencies": {
"webpack": "^2.2.0"
}
}