Skip to content

Commit 88ae232

Browse files
committed
Updated description. Imported hmtlmin and imagemin
1 parent f6041db commit 88ae232

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2+
"type": "module",
23
"name": "custom-css-library",
34
"version": "1.0.0",
4-
"description": "![Headers example](demo/headers.png)",
5+
"description": "A custom library based on the Duolingo and Fontawesome websites",
56
"main": "index.js",
67
"scripts": {
78
"test": "echo \"Error: no test specified\" && exit 1",
8-
"build": "webpack",
9-
"dev": "webpack serve"
9+
"build": "gulp"
1010
},
1111
"keywords": [],
1212
"author": "",
@@ -15,6 +15,10 @@
1515
"gulp": "^4.0.2",
1616
"gulp-clean-css": "^4.3.0",
1717
"gulp-concat": "^2.6.1",
18-
"gulp-connect": "^5.7.0"
18+
"gulp-connect": "^5.7.0",
19+
"gulp-imagemin": "^8.0.0"
20+
},
21+
"dependencies": {
22+
"gulp-htmlmin": "^5.0.1"
1923
}
2024
}

0 commit comments

Comments
 (0)