vue-awesome
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -0,1 +1,5 @@ | ||
2.3.2 | ||
* Replaced publish npm scripts with shell commands to prevent failure upon npm install. | ||
* Added `pulse` prop. | ||
2.3.1 | ||
@@ -2,0 +6,0 @@ * Fixed the problem that styles are missing for precompiled version ([#35](https://github.com/Justineo/vue-awesome/issues/35)). |
{ | ||
"name": "vue-awesome", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Font Awesome component for Vue.js, using inline SVG.", | ||
@@ -14,4 +14,3 @@ "main": "dist/vue-awesome.js", | ||
"fa2json": "node build/fa2json.js", | ||
"prepublish": "npm run icons && npm run demo && npm run build && cp -r ./src/* . && rm index.js", | ||
"publish": "rm -rf ./components && rm -rf ./icons" | ||
"pub": "sh ./publish.sh" | ||
}, | ||
@@ -18,0 +17,0 @@ "keywords": [ |
@@ -212,2 +212,4 @@ # Vue-Awesome | ||
**You need to include [innersvg-polyfill](https://www.npmjs.com/package/svg-innerhtml) before you use this feature.** | ||
```js | ||
@@ -226,3 +228,3 @@ // ES Modules with vue-loader | ||
#### Heads up for older versions | ||
### Heads up for older versions | ||
@@ -229,0 +231,0 @@ If you are using Vue-Awesome version before `2.2.5`, please make sure you are following these instructions below: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1450767
805
14298
268