angular-web-notification
Advanced tools
Comparing version 0.0.79 to 0.0.80
{ | ||
"name": "angular-web-notification", | ||
"version": "0.0.79", | ||
"version": "0.0.80", | ||
"description": "AngularJS service for displaying web notifications.", | ||
@@ -5,0 +5,0 @@ "authors": [ |
{ | ||
"name": "angular-web-notification", | ||
"version": "0.0.79", | ||
"version": "0.0.80", | ||
"description": "AngularJS service for displaying web notifications.", | ||
@@ -46,2 +46,3 @@ "author": { | ||
"grunt-eslint": "latest", | ||
"grunt-gitdown": "latest", | ||
"grunt-jscs": "latest", | ||
@@ -48,0 +49,0 @@ "grunt-jsdoc-to-markdown": "latest", |
@@ -14,3 +14,3 @@ 'use strict'; | ||
grunt.registerTask('docs', 'Generate docs.', [ | ||
'jsdoc2md:api' | ||
'concurrent:docs' | ||
]); | ||
@@ -20,3 +20,18 @@ | ||
return {}; | ||
grunt.registerTask('lint', 'Linting tasks.', [ | ||
'concurrent:lint' | ||
]); | ||
return { | ||
tasks: { | ||
concurrent: { | ||
docs: { | ||
target: [ | ||
'gitdown:readme', | ||
'jsdoc2md:api' | ||
] | ||
} | ||
} | ||
} | ||
}; | ||
}; |
@@ -20,4 +20,4 @@ 'use strict'; | ||
grunt.registerTask('build', 'Run all build steps.', [ | ||
'docs', | ||
'lint', | ||
'docs', | ||
'coverage' | ||
@@ -24,0 +24,0 @@ ]); |
@@ -111,3 +111,3 @@ # angular-web-notification | ||
| ----------- | ------- | ----------- | | ||
| 2016-06-14 | v0.0.79 | Maintenance | | ||
| 2016-06-28 | v0.0.80 | Maintenance | | ||
| 2016-06-14 | v0.0.78 | Published via NPM (in addition to bower) | | ||
@@ -114,0 +114,0 @@ | 2016-06-14 | v0.0.77 | Maintenance | |
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
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
75386
47
1413
30