Skip to content

Commit 91ac32d

Browse files
committed
Sort package.json using sort-package-json
1 parent a540bd7 commit 91ac32d

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
{
22
"name": "tailwindcss-background-extended",
33
"version": "1.0.0",
4-
"scripts": {
5-
"test": "jest",
6-
"dev": "jest --watch"
7-
},
84
"description": "This plugin adds all of the missing background utilities to Tailwind CSS.",
9-
"license": "MIT",
10-
"main": "index.js",
11-
"repository": {
12-
"type": "git",
13-
"url": "git+https://github.com/hacknug/tailwindcss-background-extended.git"
14-
},
155
"keywords": [
6+
"plugin",
167
"tailwind",
17-
"tailwindcss",
188
"tailwind css",
19-
"tailwindcss-plugin",
20-
"plugin"
9+
"tailwindcss",
10+
"tailwindcss-plugin"
2111
],
12+
"homepage": "https://github.com/hacknug/tailwindcss-background-extended#readme",
13+
"bugs": {
14+
"url": "https://github.com/hacknug/tailwindcss-background-extended/issues"
15+
},
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/hacknug/tailwindcss-background-extended.git"
19+
},
20+
"license": "MIT",
2221
"author": {
2322
"name": "Nestor Vera",
2423
"email": "nestorvera@me.com",
2524
"url": "https://nestor.rip/"
2625
},
27-
"bugs": {
28-
"url": "https://github.com/hacknug/tailwindcss-background-extended/issues"
26+
"main": "index.js",
27+
"scripts": {
28+
"dev": "jest --watch",
29+
"test": "jest"
30+
},
31+
"dependencies": {
32+
"flat": "^4.1.0",
33+
"lodash": "^4.17.11"
2934
},
30-
"homepage": "https://github.com/hacknug/tailwindcss-background-extended#readme",
3135
"devDependencies": {
3236
"jest": "^24.8.0",
3337
"jest-matcher-css": "^1.0.3",
3438
"postcss": "^7.0.16",
3539
"tailwindcss": "^1.0.1"
36-
},
37-
"dependencies": {
38-
"flat": "^4.1.0",
39-
"lodash": "^4.17.11"
4040
}
4141
}

0 commit comments

Comments
 (0)