select-pure
Advanced tools
Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3
{ | ||
"name": "select-pure", | ||
"version": "2.0.0-alpha.2", | ||
"version": "2.0.0-alpha.3", | ||
"description": "Custom JavaScript <select> component. Easy-to-use, accessible, mobile friendly and super efficient", | ||
@@ -43,4 +43,2 @@ "author": { | ||
"@rollup/plugin-node-resolve": "^11.2.1", | ||
"commitizen": "4.2.3", | ||
"cz-conventional-changelog": "3.3.0", | ||
"es-dev-server": "^2.1.0", | ||
@@ -50,3 +48,2 @@ "eslint": "7.22.0", | ||
"lit-element": "^2.4.0", | ||
"pre-commit": "^1.2.2", | ||
"rollup": "^2.45.2", | ||
@@ -56,9 +53,3 @@ "rollup-plugin-copy": "^3.4.0", | ||
"rollup-plugin-terser": "^7.0.2" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog", | ||
"defaultScope": "general" | ||
} | ||
} | ||
} |
9
56095