Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Jul 27, 2015
1 parent 9e6d86e commit 4a34df6
Showing 1 changed file with 45 additions and 49 deletions.
94 changes: 45 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,47 @@
{
"name": "grunt-jscs",
"description": "Grunt task for checking JavaScript Code Style with jscs.",
"version": "1.8.0",
"author": {
"name": "Gustavo Henke <[email protected]> and other contributors",
"url": "https://github.com/jscs-dev/grunt-jscs/graphs/contributors"
},
"author": "Gustavo Henke <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/jscs-dev/grunt-jscs",
"repository": {
"type": "git",
"url": "https://github.com/jscs-dev/grunt-jscs.git"
},
"bugs": {
"url": "https://github.com/jscs-dev/grunt-jscs/issues"
},
"dependencies": {
"hooker": "~0.2.3",
"jscs": "~2.0.0",
"lodash": "~3.1.0",
"vow": "~0.4.1"
},
"devDependencies": {
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-nodeunit": "~0.4.0",
"load-grunt-tasks": "~3.2.0",
"time-grunt": "~1.2.1"
},
"keywords": [
"gruntplugin",
"jscs",
"code style",
"checker"
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test",
"bump": "npm version patch -m \"Release v%s\"",
"bump-minor": "npm version minor -m \"Release v%s\"",
"bump-major": "npm version major -m \"Release v%s\""
},
"files": [
"tasks",
"LICENSE-MIT"
]
"name": "grunt-jscs",
"description": "Grunt task for checking JavaScript Code Style with jscs.",
"version": "2.0.0",
"author": "Gustavo Henke <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/jscs-dev/grunt-jscs",
"repository": {
"type": "git",
"url": "https://github.com/jscs-dev/grunt-jscs.git"
},
"bugs": {
"url": "https://github.com/jscs-dev/grunt-jscs/issues"
},
"dependencies": {
"hooker": "~0.2.3",
"jscs": "~2.0.0",
"lodash": "~3.1.0",
"vow": "~0.4.1"
},
"devDependencies": {
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-nodeunit": "~0.4.0",
"load-grunt-tasks": "~3.2.0",
"time-grunt": "~1.2.1"
},
"keywords": [
"gruntplugin",
"jscs",
"code style",
"checker"
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test",
"bump": "npm version patch -m \"Release v%s\"",
"bump-minor": "npm version minor -m \"Release v%s\"",
"bump-major": "npm version major -m \"Release v%s\""
},
"files": [
"tasks",
"LICENSE-MIT"
]
}

1 comment on commit 4a34df6

@gustavohenke
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 🎉 🎉

Please sign in to comment.