Skip to content

Commit cae50ee

Browse files
committed
Update package.json
1 parent b7c3590 commit cae50ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cssobjectjs",
3-
"version": "1.4.1",
4-
"description": "A CSS Parser in Javascript Vanilla",
3+
"version": "1.4.2",
4+
"description": "A Parser CSS in Javascript Vanilla",
55
"keywords": [
66
"css-parse",
77
"javascript-parser",
@@ -10,13 +10,13 @@
1010
"author": "KugiHaito",
1111
"license": "MIT",
1212

13-
"main": "main.js",
13+
"main": "cssobject.js",
1414
"scripts": {
1515
"test": "echo \"Error: no test specified\" && exit 1",
1616
"build-dev": "webpack --mode development",
1717
"build": "webpack --mode production"
1818
},
19-
19+
2020
"repository": {
2121
"type": "git",
2222
"url": "git+https://github.com/KugiHaito/CSSObject.js.git"
@@ -27,8 +27,8 @@
2727
"homepage": "https://github.com/KugiHaito/CSSObject.js#readme",
2828

2929
"devDependencies": {
30-
"terser-webpack-plugin": "^5.2.4",
3130
"webpack": "^5.52.1",
32-
"webpack-cli": "^4.8.0"
31+
"webpack-cli": "^4.8.0",
32+
"terser-webpack-plugin": "^5.2.4"
3333
}
3434
}

0 commit comments

Comments
 (0)