Merge pull request #125 from MohannadNaj/update-package-json

Define entry points in package.json
This commit is contained in:
Ian Lunn 2018-03-27 15:11:00 +01:00 committed by GitHub
commit 692c81dc76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",