@flourish/info-popup
Advanced tools
Comparing version 6.0.2 to 6.0.3
{ | ||
"extends": "../../.eslintrc", | ||
"extends": "../../.eslintrc.cjs", | ||
"overrides": [ | ||
@@ -4,0 +4,0 @@ { |
{ | ||
"name": "@flourish/info-popup", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"private": false, | ||
"description": "Popup with data insertion", | ||
"main": "info-popup.js", | ||
"module": "src/index.js", | ||
"scripts": { | ||
"lint": "eslint src", | ||
"build": "rollup -c", | ||
"watch": "rollup -cw --no-treeshake --no-indent", | ||
"prepare": "npm run build && npm run minify", | ||
"minify": "uglifyjs -m -o info-popup.min.js info-popup.js", | ||
"precommit": "lint-staged", | ||
"test": "flcypress run --browser chrome", | ||
"cypress": "flcypress open --browser chrome --no-build" | ||
}, | ||
"author": "Kiln Enterprises Ltd", | ||
"license": "https://flourish.studio/terms/fcl/", | ||
"license": "LicenseRef-LICENSE", | ||
"devDependencies": { | ||
@@ -31,3 +22,2 @@ "@flourish/cypress": "^8.0.0", | ||
"dependencies": { | ||
"@flourish/formatters": "1.0.1", | ||
"@flourish/js2css": "^1.0.0", | ||
@@ -39,3 +29,4 @@ "@flourish/popup": "^2.1.5", | ||
"d3-timer": "^1.0.10", | ||
"d3-transition": "^1.3.2" | ||
"d3-transition": "^1.3.2", | ||
"@flourish/formatters": "^1.0.2" | ||
}, | ||
@@ -45,3 +36,12 @@ "repository": { | ||
"url": "git://github.com/kiln/flourish-info-popup.git" | ||
}, | ||
"scripts": { | ||
"lint": "eslint src", | ||
"build": "rollup -c", | ||
"watch": "rollup -cw --no-treeshake --no-indent", | ||
"minify": "uglifyjs -m -o info-popup.min.js info-popup.js", | ||
"precommit": "lint-staged", | ||
"test": "flcypress run --browser chrome", | ||
"cypress": "flcypress open --browser chrome --no-build" | ||
} | ||
} | ||
} |
@@ -0,1 +1,4 @@ | ||
# 6.0.3 | ||
* Fix license annotation | ||
# 6.0.2 | ||
@@ -2,0 +5,0 @@ * Fix content continuing after closing panel |
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
311268
23
1
80
+ Added@flourish/formatters@1.0.4(transitive)
- Removed@flourish/formatters@1.0.1(transitive)
Updated@flourish/formatters@^1.0.2