@flourish/facets
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"plugins": [ | ||
"@flourish/flourish" | ||
], | ||
"extends": "plugin:@flourish/flourish/flourish", | ||
"env": { | ||
"browser": true | ||
} | ||
"extends": "../../.eslintrc.cjs" | ||
} |
{ | ||
"name": "@flourish/facets", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"private": false, | ||
"description": "Create small-multiple grid layouts", | ||
"main": "facets.js", | ||
"module": "src/index.js", | ||
"scripts": { | ||
"lint": "eslint src", | ||
"build": "rollup -c", | ||
"prepare": "npm run build && npm run minify", | ||
"minify": "terser -m -o facets.min.js facets.js", | ||
"precommit": "lint-staged" | ||
}, | ||
"author": "Kiln Enterprises Ltd", | ||
"license": "https://flourish.studio/terms/fcl/", | ||
"license": "LicenseRef-LICENSE", | ||
"devDependencies": { | ||
"@flourish/eslint-plugin-flourish": "^0.7.2", | ||
"eslint": "^6.5.1", | ||
"husky": "^3.0.9", | ||
"lint-staged": "^9.4.2", | ||
"eslint": "^8.35.0", | ||
"rollup": "^1.25.2", | ||
@@ -38,7 +30,8 @@ "rollup-plugin-node-resolve": "^5.2.0", | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
"scripts": { | ||
"lint": "eslint src", | ||
"build": "rollup -c", | ||
"minify": "terser -m -o facets.min.js facets.js", | ||
"precommit": "lint-staged" | ||
} | ||
} | ||
} |
@@ -0,1 +1,4 @@ | ||
# 3.0.1 | ||
* Update license annotation | ||
# 3.0.0 | ||
@@ -32,2 +35,1 @@ * Make facet titles wrap onto multiple lines | ||
* Add README | ||
Sorry, the diff of this file is too big to display
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
137608
5
1
80
3342