mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Install webpack
This commit is contained in:
parent
4bb2702015
commit
4cf99d1d0a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
.DS_Store
|
||||
|
||||
node_modules
|
||||
sandbox
|
||||
stash
|
||||
|
7
package.json
Normal file
7
package.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "feather",
|
||||
"version": "0.0.0",
|
||||
"devDependencies": {
|
||||
"webpack": "^2.2.0"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user