Comparing version 1.0.1 to 1.0.2
@@ -7,3 +7,3 @@ 'use strict'; | ||
// This allows grunt to require() .coffee files. | ||
require('coffee-script/register'); | ||
require('coffeescript/register'); | ||
@@ -10,0 +10,0 @@ // The module to be exported. |
@@ -265,3 +265,3 @@ 'use strict'; | ||
grunt.verbose.error(); | ||
throw grunt.util.error('Unable to parse "' + filepath + '" file (' + e.problem + ').', e); | ||
throw grunt.util.error('Unable to parse "' + filepath + '" file (' + e.message + ').', e); | ||
} | ||
@@ -268,0 +268,0 @@ }; |
'use strict'; | ||
// Keep track of the number of log.error() calls and the last specified tasks message. | ||
var errorcount, lastInfo; | ||
var grunt = require('../grunt'); | ||
@@ -17,11 +20,5 @@ | ||
// The last specified tasks message. | ||
var lastInfo; | ||
// Number of levels of recursion when loading tasks in collections. | ||
var loadTaskDepth = 0; | ||
// Keep track of the number of log.error() calls. | ||
var errorcount; | ||
// Override built-in registerTask. | ||
@@ -28,0 +25,0 @@ task.registerTask = function(name) { |
{ | ||
"name": "grunt", | ||
"description": "The JavaScript Task Runner", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Grunt Development Team (http://gruntjs.com/development-team)", | ||
"homepage": "http://gruntjs.com/", | ||
"repository": "gruntjs/grunt", | ||
"repository": "https://github.com/gruntjs/grunt.git", | ||
"license": "MIT", | ||
@@ -13,4 +13,4 @@ "engines": { | ||
"scripts": { | ||
"test": "grunt test", | ||
"test-tap": "grunt test:tap" | ||
"test": "node bin/grunt test", | ||
"test-tap": "node bin/grunt test:tap" | ||
}, | ||
@@ -41,3 +41,3 @@ "main": "lib/grunt", | ||
"dependencies": { | ||
"coffee-script": "~1.10.0", | ||
"coffeescript": "~1.10.0", | ||
"dateformat": "~1.0.12", | ||
@@ -54,3 +54,3 @@ "eventemitter2": "~0.4.13", | ||
"js-yaml": "~3.5.2", | ||
"minimatch": "~3.0.0", | ||
"minimatch": "~3.0.2", | ||
"nopt": "~3.0.6", | ||
@@ -61,9 +61,9 @@ "path-is-absolute": "~1.0.0", | ||
"devDependencies": { | ||
"difflet": "~0.2.3", | ||
"grunt-contrib-jshint": "~1.0.0", | ||
"grunt-contrib-nodeunit": "~0.4.1", | ||
"difflet": "~1.0.1", | ||
"eslint-config-grunt": "~1.0.1", | ||
"grunt-contrib-nodeunit": "~1.0.0", | ||
"grunt-contrib-watch": "~1.0.0", | ||
"grunt-jscs": "~2.8.0", | ||
"semver": "2.1.0", | ||
"shelljs": "~0.5.3", | ||
"grunt-eslint": "~18.1.0", | ||
"semver": "5.3.0", | ||
"shelljs": "~0.7.8", | ||
"temporary": "~0.0.4", | ||
@@ -70,0 +70,0 @@ "through2": "~2.0.0" |
@@ -6,2 +6,3 @@ # Grunt: The JavaScript Task Runner | ||
[![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com/) | ||
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fgruntjs%2Fgrunt.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fgruntjs%2Fgrunt?ref=badge_shield) | ||
@@ -13,10 +14,14 @@ <img align="right" height="260" src="http://gruntjs.com/img/grunt-logo-no-wordmark.svg"> | ||
Visit the [gruntjs.com](http://gruntjs.com/) website for all the things. | ||
Visit the [gruntjs.com](https://gruntjs.com/) website for all the things. | ||
### Support / Contributing | ||
Before you make an issue, please read our [Contributing](http://gruntjs.com/contributing) guide. | ||
Before you make an issue, please read our [Contributing](https://gruntjs.com/contributing) guide. | ||
You can find the grunt team in [#grunt on irc.freenode.net](http://webchat.freenode.net/?channels=grunt). | ||
You can find the grunt team in [#grunt on irc.freenode.net](https://webchat.freenode.net/?channels=grunt). | ||
### Release History | ||
See the [CHANGELOG](CHANGELOG). | ||
### License | ||
MIT |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
73093
26
1697
1
+ Addedcoffeescript@~1.10.0
+ Addedcoffeescript@1.10.0(transitive)
- Removedcoffee-script@~1.10.0
- Removedcoffee-script@1.10.0(transitive)
Updatedminimatch@~3.0.2