angular-web-notification
Advanced tools
Comparing version 0.0.81 to 0.0.82
{ | ||
"name": "angular-web-notification", | ||
"version": "0.0.81", | ||
"version": "0.0.82", | ||
"description": "AngularJS service for displaying web notifications.", | ||
@@ -19,2 +19,4 @@ "authors": [ | ||
"bower_components", | ||
".github", | ||
"project", | ||
"test", | ||
@@ -21,0 +23,0 @@ "tests", |
| Date | Version | Description | | ||
| ----------- | ------- | ----------- | | ||
| 2016-07-01 | v0.0.81 | Maintenance | | ||
| 2016-07-04 | v0.0.82 | Maintenance | | ||
| 2016-06-14 | v0.0.78 | Published via NPM (in addition to bower) | | ||
@@ -5,0 +5,0 @@ | 2016-06-14 | v0.0.77 | Maintenance | |
@@ -6,3 +6,4 @@ 'use strict'; | ||
require('jit-grunt')(grunt, { | ||
jsdoc2md: 'grunt-jsdoc-to-markdown' | ||
jsdoc2md: 'grunt-jsdoc-to-markdown', | ||
force: 'grunt-force-task' | ||
}); | ||
@@ -15,3 +16,3 @@ | ||
targetDirectory: 'target', | ||
buildDirectory: 'build' | ||
nodeMajorVersion: Number(process.version.match(/^v(\d+)/)[1]) | ||
}, | ||
@@ -23,4 +24,10 @@ config: { | ||
options.BuildConfig.es6Support = (options.BuildConfig.nodeMajorVersion >= 4); | ||
global.build = { | ||
options: options | ||
}; | ||
var configs = require('load-grunt-configs')(grunt, options); | ||
grunt.initConfig(configs); | ||
}; |
{ | ||
"name": "angular-web-notification", | ||
"version": "0.0.81", | ||
"version": "0.0.82", | ||
"description": "AngularJS service for displaying web notifications.", | ||
@@ -46,2 +46,3 @@ "author": { | ||
"grunt-eslint": "latest", | ||
"grunt-force-task": "latest", | ||
"grunt-gitdown": "latest", | ||
@@ -48,0 +49,0 @@ "grunt-jscs": "latest", |
@@ -12,4 +12,3 @@ 'use strict'; | ||
require('../../bower.json').main, | ||
'Gruntfile.js', | ||
'<%=BuildConfig.buildDirectory%>/**/*.js' | ||
'Gruntfile.js' | ||
] | ||
@@ -16,0 +15,0 @@ } |
@@ -8,2 +8,7 @@ 'use strict'; | ||
var eslintPrefix = ''; | ||
if (!global.build.options.BuildConfig.es6Support) { | ||
eslintPrefix = 'force:'; | ||
} | ||
return { | ||
@@ -18,3 +23,3 @@ tasks: { | ||
'jslint:full', | ||
'eslint:full', | ||
eslintPrefix + 'eslint:full', | ||
'jscs:full' | ||
@@ -21,0 +26,0 @@ ] |
@@ -111,3 +111,3 @@ # angular-web-notification | ||
| ----------- | ------- | ----------- | | ||
| 2016-07-01 | v0.0.81 | Maintenance | | ||
| 2016-07-04 | v0.0.82 | 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
75786
1425
31