Skip to content

Commit

Permalink
Merge pull request #10 from plroebuck/master
Browse files Browse the repository at this point in the history
Ready for Prime Time
  • Loading branch information
mazerte committed Apr 1, 2018
2 parents a95f900 + 0212e6d commit eae9820
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grunt-coffeecov",
"version": "1.0.0-beta",
"version": "1.0.0",
"description": "Grunt task to compile CoffeeScript to Javascript with JSCoverage-compatible instrumentation for code coverage",
"main": "Gruntfile.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"contributors": [
"P. Roebuck (https://github.com/plroebuck/)"
],
"license": "BSD",
"license": "ISC",
"bugs": {
"url": "https://github.com/mazerte/grunt-coffeecov/issues/"
},
Expand All @@ -43,8 +43,6 @@
"eslint": "^4.18.2",
"eslint-config-node-style-guide": "^3.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"grunt": "^1.0.2",
"grunt-contrib-clean": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
Expand Down

0 comments on commit eae9820

Please sign in to comment.