mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Install webpack
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
|
node_modules
|
||||||
sandbox
|
sandbox
|
||||||
stash
|
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"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user