way2web-clone
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -11,3 +11,3 @@ /** | ||
var version = '0.0.5'; | ||
var version = '0.0.6'; | ||
@@ -14,0 +14,0 @@ var elements = { |
{ | ||
"name": "way2web-clone", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Clone an element.", | ||
@@ -16,6 +16,14 @@ "files": [ | ||
], | ||
"author": "Pieter Wigboldus [Way2Web] <pieter@way2web.nl>", | ||
"license": "GPL-3.0", | ||
"author": { | ||
"name": "Way2Web", | ||
"url": "https://www.way2web.nl/" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://bitbucket.org/way2dev/clone#readme", | ||
"devDependencies": { | ||
"scripts": { | ||
"build": "./bitbucket-pipelines/assets.sh", | ||
"lint": "eslint js/*.js --config .eslintrc", | ||
"publish-to-npm": "./bitbucket-pipelines/npm.sh" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "6.7.2", | ||
@@ -44,3 +52,5 @@ "babel-preset-es2015": "6.22.0", | ||
}, | ||
"dependencies": {} | ||
"dependencies": { | ||
"jquery": "3.2.1" | ||
} | ||
} |
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
0
100
3674
1
+ Addedjquery@3.2.1
+ Addedjquery@3.2.1(transitive)