nuxt-bootstrap-slider
Advanced tools
Comparing version 0.1.5 to 0.1.6
13
index.js
@@ -1,8 +0,9 @@ | ||
const path = require('path') | ||
import path from 'path' | ||
module.exports = function nuxtBootstrapSlider (options) { | ||
// Register plugin | ||
this.addPlugin({ src: path.resolve(__dirname, 'plugin.js'), ssr: true }) | ||
export default function nuxtBootstrapSlider(options) { | ||
// register plugin | ||
this.addPlugin({ | ||
src: path.resolve(__dirname, 'plugin.js'), | ||
ssr: true | ||
}) | ||
} | ||
module.exports.meta = require('./package.json') |
{ | ||
"name": "nuxt-bootstrap-slider", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"license": "MIT", | ||
@@ -11,4 +11,8 @@ "description": "Nuxt module for adding vue-bootstrap-slider to your nuxt project", | ||
"lint": "eslint --ext .js,.vue .", | ||
"lint-fix": "eslint --ext .js,.vue --fix" | ||
"release": "yarn lint && standard-version" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"plugin.js" | ||
], | ||
"publishConfig": { | ||
@@ -18,14 +22,18 @@ "access": "public" | ||
"dependencies": { | ||
"vue-bootstrap-slider": "^1.3.2" | ||
"vue-bootstrap-slider": "^2.1.6" | ||
}, | ||
"devDependencies": { | ||
"@nuxtjs/eslint-config": "^0.0.1", | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.6.1", | ||
"eslint": "^5.12.0", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-html": "^5.0.0", | ||
"eslint-plugin-import": "^2.6.1", | ||
"eslint-plugin-node": "^8.0.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jest": "^22.1.3", | ||
"eslint-plugin-node": "^8.0.1", | ||
"eslint-plugin-promise": "^4.0.1", | ||
"eslint-plugin-standard": "^4.0.0" | ||
"eslint-plugin-standard": "^4.0.0", | ||
"eslint-plugin-vue": "^5.1.0", | ||
"standard-version": "^4.4.0" | ||
} | ||
} |
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
3810
12
6
11
+ Addedlodash@4.17.21(transitive)
+ Addedvue-bootstrap-slider@2.1.8(transitive)
- Removedlodash.snakecase@4.1.1(transitive)
- Removedlodash.throttle@4.1.1(transitive)
- Removedvue-bootstrap-slider@1.4.0(transitive)
Updatedvue-bootstrap-slider@^2.1.6