Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,8 @@ | ||
## [1.1.1](https://github.com/traverson/halfred/compare/v1.1.0...v1.1.1) (2018-09-23) | ||
### Bug Fixes | ||
* **readme:** made a meaningless change to trigger a release ([1828b54](https://github.com/traverson/halfred/commit/1828b54)) | ||
Release Notes | ||
@@ -10,2 +17,1 @@ ------------- | ||
* 1.1.0 2018-09-09: Add 'injectLogger' function | ||
@@ -107,10 +107,22 @@ 'use strict'; | ||
grunt.registerTask('default', [ | ||
'jshint', | ||
'mochaTest', | ||
grunt.registerTask('test', [ | ||
'jshint', | ||
'mochaTest' | ||
]); | ||
grunt.registerTask('build', [ | ||
'clean', | ||
'browserify', | ||
'uglify', | ||
'mocha', | ||
'uglify' | ||
]); | ||
grunt.registerTask('test-browser', [ | ||
'mocha' | ||
]); | ||
grunt.registerTask('default', [ | ||
'test', | ||
'build', | ||
'test-browser' | ||
]); | ||
}; |
{ | ||
"name": "halfred", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "parses JSON HAL resources (Hypertext Application Language)", | ||
@@ -15,3 +15,5 @@ "main": "halfred.js", | ||
"scripts": { | ||
"test": "grunt" | ||
"test": "grunt", | ||
"build": "grunt build", | ||
"prepack": "run-s build" | ||
}, | ||
@@ -26,3 +28,3 @@ "config": { | ||
"chai": "^4.1.2", | ||
"commitlint-config-traverson": "^1.0.0", | ||
"commitlint-config-traverson": "^1.0.1", | ||
"cz-conventional-changelog": "^2.1.0", | ||
@@ -32,5 +34,5 @@ "grunt": "^1.0.3", | ||
"grunt-cli": "^1.2.0", | ||
"grunt-contrib-clean": "^1.1.0", | ||
"grunt-contrib-jshint": "^1.1.0", | ||
"grunt-contrib-uglify": "^3.3.0", | ||
"grunt-contrib-clean": "^2.0.0", | ||
"grunt-contrib-jshint": "^2.0.0", | ||
"grunt-contrib-uglify": "^4.0.0", | ||
"grunt-contrib-watch": "^1.1.0", | ||
@@ -41,3 +43,4 @@ "grunt-mocha": "^1.1.0", | ||
"load-grunt-tasks": "^3.5.2", | ||
"mocha": "^5.2.0" | ||
"mocha": "^5.2.0", | ||
"npm-run-all": "^4.1.3" | ||
}, | ||
@@ -44,0 +47,0 @@ "greenkeeper": { |
Sorry, the diff of this file is not supported yet
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
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
1166415
44
14785
16
1