Skip to content

Commit

Permalink
Merge branch 'paazmaya-240-prepare-npm-package'
Browse files Browse the repository at this point in the history
  • Loading branch information
ironikart committed Nov 13, 2018
2 parents f621c81 + 3c27150 commit 372e1a3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package-lock.json
build/
node_modules/
Auditor/Auditor_with_beacon.js
*.tgz

# OS generated files #
######################
Expand All @@ -15,4 +16,4 @@ Auditor/Auditor_with_beacon.js
.Trashes
Icon?
ehthumbs.db
Thumbs.db
Thumbs.db
21 changes: 15 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,19 @@
"htmlcs"
],
"scripts": {
"prepack": "grunt build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"Auditor",
"build",
"Contrib",
"Standards",
"Translations",
"HTMLCS.js",
"HTMLCS.Util.js",
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/squizlabs/HTML_CodeSniffer.git"
Expand All @@ -19,14 +30,12 @@
"url": "https://github.com/squizlabs/HTML_CodeSniffer/issues"
},
"homepage": "http://squizlabs.github.io/HTML_CodeSniffer/",
"dependencies": {
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^21.0.0",
"load-grunt-tasks": "^3.5.2"
},
"devDependencies": {
"grunt-contrib-uglify": "^2.3.0"
"grunt-contrib-watch": "^1.1.0",
"load-grunt-tasks": "^4.0.0",
"grunt-contrib-uglify": "^4.0.0"
}
}

0 comments on commit 372e1a3

Please sign in to comment.