Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3f5f9a

Browse files
committed
fix: stop svg-element-attributes v2.0.0 from installing
When using the package in a new project svg-element-attributes v2.0.0 is installed causing eslint to error with “ES module” Signed-off-by: Andy Kenward <[email protected]>
1 parent 0f37363 commit b3f5f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-plugin-prettier": ">=3.1.2",
3434
"eslint-rule-documentation": ">=1.0.0",
3535
"prettier": ">=1.12.0",
36-
"svg-element-attributes": ">=1.3.1"
36+
"svg-element-attributes": "^1.3.1"
3737
},
3838
"prettier": "@github/prettier-config",
3939
"peerDependencies": {

0 commit comments

Comments
 (0)