angular-web-notification
Advanced tools
Comparing version 0.0.86 to 0.0.87
{ | ||
"name": "angular-web-notification", | ||
"version": "0.0.86", | ||
"version": "0.0.87", | ||
"description": "AngularJS service for displaying web notifications.", | ||
@@ -19,4 +19,4 @@ "authors": [ | ||
"bower_components", | ||
".github", | ||
"project", | ||
".github", | ||
"project", | ||
"test", | ||
@@ -23,0 +23,0 @@ "tests", |
| Date | Version | Description | | ||
| ----------- | ------- | ----------- | | ||
| 2016-07-30 | v0.0.86 | Maintenance | | ||
| 2016-07-30 | v0.0.87 | 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 | |
{ | ||
"name": "angular-web-notification", | ||
"version": "0.0.86", | ||
"version": "0.0.87", | ||
"description": "AngularJS service for displaying web notifications.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -14,3 +14,4 @@ 'use strict'; | ||
grunt.registerTask('format', 'Format Code.', [ | ||
'jsbeautifier:full' | ||
'jsbeautifier:full', | ||
'jsonlint:format' | ||
]); | ||
@@ -17,0 +18,0 @@ |
@@ -11,3 +11,3 @@ 'use strict'; | ||
require('../../bower.json').main, | ||
'project/build/**/*.js' | ||
'project/**/*.js' | ||
] | ||
@@ -14,0 +14,0 @@ } |
@@ -7,6 +7,17 @@ 'use strict'; | ||
src: [ | ||
'*.json' | ||
'*.json', | ||
'project/**/*.json' | ||
] | ||
}, | ||
format: { | ||
src: [ | ||
'*.json', | ||
'project/**/*.json' | ||
], | ||
options: { | ||
format: true, | ||
indent: 2 | ||
} | ||
} | ||
} | ||
}; |
@@ -111,3 +111,3 @@ # angular-web-notification | ||
| ----------- | ------- | ----------- | | ||
| 2016-07-30 | v0.0.86 | Maintenance | | ||
| 2016-07-30 | v0.0.87 | 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
78334
1466