Skip to content

Commit 3fd96a4

Browse files
committed
Upgrade dependencies to their latest version
1 parent c042199 commit 3fd96a4

File tree

3 files changed

+979
-769
lines changed

3 files changed

+979
-769
lines changed

package.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,24 @@
22
"name": "tailwindcss-parcel-boilerplate",
33
"version": "1.0.0",
44
"description": "",
5+
"keywords": [
6+
"tailwindcss",
7+
"tailwind css",
8+
"tailwind",
9+
"parcel",
10+
"postcss",
11+
"posthtml"
12+
],
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/hacknug/tailwindcss-parcel-boilerplate.git"
16+
},
517
"license": "MIT",
6-
"keywords": ["tailwindcss", "tailwind css", "tailwind", "parcel", "postcss", "posthtml"],
718
"author": {
819
"name": "Nestor Vera",
920
"email": "nestorvera@me.com",
1021
"url": "https://nestor.rip/"
1122
},
12-
"repository": {
13-
"type": "git",
14-
"url": "git+https://github.com/hacknug/tailwindcss-parcel-boilerplate.git"
15-
},
1623
"scripts": {
1724
"postcss:watch": "postcss src/assets/css/index.pcss -o src/assets/css/index.css --env development -w",
1825
"postcss:build": "postcss src/assets/css/index.pcss -o src/assets/css/index.css --env production",
@@ -24,10 +31,8 @@
2431
"start": "npm-run-all -s clean -p postcss:watch parcel:serve"
2532
},
2633
"devDependencies": {
27-
"@fullhuman/postcss-purgecss": "4.0.3",
2834
"autoprefixer": "10.2.6",
29-
"cssnano": "5.0.6",
30-
"eslint": "7.28.0",
35+
"eslint": "7.29.0",
3136
"eslint-config-standard": "16.0.3",
3237
"eslint-plugin-import": "2.23.4",
3338
"eslint-plugin-node": "11.1.0",
@@ -41,7 +46,8 @@
4146
"posthtml-expressions": "1.7.1",
4247
"posthtml-include": "1.7.1",
4348
"posthtml-load-config": "2.0.0",
49+
"stylelint": "13.13.1",
4450
"stylelint-config-standard": "22.0.0",
45-
"tailwindcss": "2.2.0"
51+
"tailwindcss": "2.2.2"
4652
}
4753
}

0 commit comments

Comments
 (0)