angular-star-rating
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "angular-star-rating", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Angular Star Rating is a Angular1.5 component written in typescript.", | ||
@@ -21,2 +21,3 @@ "main": "dist/index.js", | ||
"CSS", | ||
"Pure CSS", | ||
"CSS only", | ||
@@ -23,0 +24,0 @@ "JavaScript", |
@@ -0,1 +1,12 @@ | ||
<a name="1.0.11"></a> | ||
## [1.0.11](https://github.com/BioPhoton/angular-star-rating/compare/v1.0.10...v1.0.11) (2016-11-28) | ||
### Features | ||
* **dependency update:** removed scss files ([e23234c](https://github.com/BioPhoton/angular-star-rating/commit/e23234c)) | ||
* **updated dependencies:** fixed build, updated packages ([4c3fb34](https://github.com/BioPhoton/angular-star-rating/commit/4c3fb34)) | ||
<a name="1.0.10"></a> | ||
@@ -2,0 +13,0 @@ ## [1.0.10](https://github.com/BioPhoton/angular-star-rating/compare/v1.0.9...v1.0.10) (2016-11-27) |
{ | ||
"name": "angular-star-rating", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"license": "MIT", | ||
@@ -16,2 +16,3 @@ "keywords": [ | ||
"CSS", | ||
"Pure CSS", | ||
"CSS only", | ||
@@ -30,2 +31,8 @@ "JavaScript", | ||
"author": "Michael Hladky", | ||
"contributors": [ | ||
{ | ||
"name": "Michael Hladky", | ||
"email": "michael@hladky.at" | ||
} | ||
], | ||
"repository": { | ||
@@ -89,3 +96,4 @@ "type": "git", | ||
"dependencies": { | ||
"angular": "^1.5.8" | ||
"angular": "^1.5.8", | ||
"css-star-rating": "^1.0" | ||
}, | ||
@@ -99,8 +107,6 @@ "scripts": { | ||
"coverage": "http-server -c-1 -o -p 9875 ./coverage", | ||
"generateLcov": "remap-istanbul -b src/ -i coverage/coverage-final.json -o coverage/lcov.info -t lcovonly", | ||
"styleguide": "gulp styleguide:watch", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", | ||
"version:bump": "gulp version:bump", | ||
"release": "npm publish bower publish" | ||
"release": "npm publish" | ||
} | ||
} |
@@ -33,3 +33,3 @@ # Angular Star Rating | ||
**inject it into angular** | ||
**Inject it into angular** | ||
```javascript | ||
@@ -36,0 +36,0 @@ angular.module('myApp', ['star-rating']) |
@@ -6,4 +6,4 @@ import "angular"; | ||
import styles = require('./scss/star-rating.sc5.scss'); | ||
import icons = require('./star-rating.icons.svg'); | ||
import styles = require('css-star-rating/dist/scss/star-rating.scss'); | ||
import icons = require('css-star-rating/dist/images/star-rating.icons.svg'); | ||
let styles = styles; | ||
@@ -10,0 +10,0 @@ let icons = icons; |
Sorry, the diff of this file is too big to display
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
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
4365511
59
30492
2
+ Addedcss-star-rating@^1.0
+ Addedcss-star-rating@1.3.1(transitive)