Define entry points in package.json

This commit is contained in:
MohannadNaj 2018-01-19 04:59:37 +03:00
parent 902b00202a
commit 54df2a0b82
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
"bugs": {
"url": "https://github.com/IanLunn/Hover/issues"
},
"style": "css/hover.css",
"sass": "scss/hover.scss",
"main": "css/hover.css",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-connect": "~0.5.0",