vue-simple-spinner
Advanced tools
Comparing version 1.1.8 to 1.2.0
@@ -24,3 +24,2 @@ 'use strict' | ||
main: path.join(__dirname, '..', 'src'), | ||
docs: path.join(__dirname, '..', 'docs-src'), | ||
examples: path.join(__dirname, '..', 'examples-src') | ||
@@ -31,3 +30,2 @@ }, | ||
main: path.join(__dirname, '..', 'dist'), | ||
docs: path.join(__dirname, '..', 'docs'), | ||
examples: path.join(__dirname, '..', 'examples') | ||
@@ -34,0 +32,0 @@ }, |
/*! | ||
* vue-simple-spinner v1.1.8 (https://github.com/dzwillia/vue-simple-spinner) | ||
* vue-simple-spinner v1.2.0 (https://github.com/dzwillia/vue-simple-spinner) | ||
* (c) 2017 David Z. Williams | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "vue-simple-spinner", | ||
"version": "1.1.8", | ||
"version": "1.2.0", | ||
"description": "A simple, flexible spinner for Vue.js", | ||
@@ -10,6 +10,5 @@ "author": "David Z. Williams <dave@flex.io>", | ||
"build": "webpack --config build/webpack.dist.js", | ||
"build:docs": "webpack --config build/webpack.docs.js", | ||
"build:examples": "webpack --config build/webpack.examples.js", | ||
"build:all": "npm run build && npm run build:docs && npm run build:examples", | ||
"clean": "rimraf ./docs/docs.bundle.css ./docs/docs.bundle.js ./examples/examples.bundle.css ./examples/examples.bundle.js" | ||
"build:all": "npm run build && npm run build:examples", | ||
"clean": "rimraf ./examples/examples.bundle.css ./examples/examples.bundle.js" | ||
}, | ||
@@ -16,0 +15,0 @@ "repository": { |
@@ -66,3 +66,3 @@ # vue-simple-spinner | ||
el: '#app' | ||
}); | ||
}) | ||
</script> | ||
@@ -69,0 +69,0 @@ </body> |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
285677
20
239