mirror of
https://github.com/tabler/tabler-icons.git
synced 2026-01-25 05:06:27 +00:00
npm files fixes
This commit is contained in:
1
.npmignore
Normal file
1
.npmignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.DS_Store
|
||||||
@@ -22,7 +22,6 @@
|
|||||||
"tabler-sprite-nostroke.svg"
|
"tabler-sprite-nostroke.svg"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/tabler/tabler-icons#readme",
|
"homepage": "https://github.com/tabler/tabler-icons#readme",
|
||||||
"main": "gulpfile.js",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "bundle exec jekyll serve --watch --livereload",
|
"start": "bundle exec jekyll serve --watch --livereload",
|
||||||
"optimize": "gulp optimize",
|
"optimize": "gulp optimize",
|
||||||
@@ -30,6 +29,8 @@
|
|||||||
},
|
},
|
||||||
"description": "",
|
"description": "",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"lodash.template": "4.5.0",
|
||||||
|
"node-sass": "4.13.1",
|
||||||
"clean-css": "4.2.3",
|
"clean-css": "4.2.3",
|
||||||
"glob": "7.1.6",
|
"glob": "7.1.6",
|
||||||
"gulp": "4.0.2",
|
"gulp": "4.0.2",
|
||||||
@@ -55,9 +56,5 @@
|
|||||||
"github": {
|
"github": {
|
||||||
"release": true
|
"release": true
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"lodash.template": "^4.5.0",
|
|
||||||
"node-sass": "^4.13.1"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user