Skip to content

Commit fd24707

Browse files
committed
style: lint
1 parent 77ebacf commit fd24707

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
"url": "[email protected]:eea/volto-block-toc.git"
1919
},
2020
"dependencies": {
21-
"smoothscroll-polyfill": "^0.4.4",
22-
"github-slugger": "1.4.0"
21+
"github-slugger": "1.4.0",
22+
"smoothscroll-polyfill": "^0.4.4"
2323
},
2424
"devDependencies": {
2525
"@cypress/code-coverage": "^3.10.0",
2626
"@plone/scripts": "*",
2727
"babel-plugin-transform-class-properties": "^6.24.1",
2828
"cypress-fail-fast": "^5.0.1",
29+
"dotenv": "^16.3.2",
2930
"husky": "^8.0.3",
3031
"lint-staged": "^14.0.1",
31-
"md5": "^2.3.0",
32-
"dotenv": "^16.3.2"
32+
"md5": "^2.3.0"
3333
},
3434
"lint-staged": {
3535
"src/**/*.{js,jsx,ts,tsx,json}": [
@@ -72,4 +72,4 @@
7272
"cypress:open": "make cypress-open",
7373
"prepare": "husky install"
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)