Skip to content

Commit

Permalink
npm files fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Mar 28, 2020
1 parent bca342c commit 99b980b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .npmignore
@@ -0,0 +1 @@
.DS_Store
7 changes: 2 additions & 5 deletions package.json
Expand Up @@ -22,14 +22,15 @@
"tabler-sprite-nostroke.svg"
],
"homepage": "https://github.com/tabler/tabler-icons#readme",
"main": "gulpfile.js",
"scripts": {
"start": "bundle exec jekyll serve --watch --livereload",
"optimize": "gulp optimize",
"release": "release-it"
},
"description": "",
"devDependencies": {
"lodash.template": "4.5.0",
"node-sass": "4.13.1",
"clean-css": "4.2.3",
"glob": "7.1.6",
"gulp": "4.0.2",
Expand All @@ -55,9 +56,5 @@
"github": {
"release": true
}
},
"dependencies": {
"lodash.template": "^4.5.0",
"node-sass": "^4.13.1"
}
}

0 comments on commit 99b980b

Please sign in to comment.