Skip to content

Commit 3a121ea

Browse files
committed
Change name and update deps
1 parent 414cbe6 commit 3a121ea

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

package-lock.json

+23-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@webstackbuilders/import-sort-style-jsxpragma",
2+
"name": "import-sort-style-jsxpragma",
33
"version": "1.0.2",
44
"description": "An import-sort style that places jsx pragma compiler directives and associated jsx imports at the top of code files, and groups and sorts by module with support for scoped modules.",
55
"main": "dist/index.js",
@@ -25,6 +25,7 @@
2525
"@types/node": "^17.0.21",
2626
"@typescript-eslint/eslint-plugin": "5.13.0",
2727
"@typescript-eslint/parser": "5.13.0",
28+
"@webstackbuilders/import-sort-style-jsxpragma": "1.0.2",
2829
"eslint": "8.10.0",
2930
"eslint-config-xo": "0.40.0",
3031
"import-sort": "6.0.0",

0 commit comments

Comments
 (0)