File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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" ,
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"
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}
You can’t perform that action at this time.
0 commit comments