Skip to content

Commit 420ef80

Browse files
committed
fix(docs): add license to package.json
fix #297
1 parent 89bc0db commit 420ef80

File tree

2 files changed

+39
-62
lines changed

2 files changed

+39
-62
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "css-vars-hook",
33
"private": false,
44
"version": "0.7.2",
5+
"license": "MIT",
56
"engines": {
67
"node": ">=16"
78
},
@@ -75,12 +76,12 @@
7576
"@typescript-eslint/eslint-plugin": "7.5.0",
7677
"@typescript-eslint/parser": "7.5.0",
7778
"@vitejs/plugin-react": "4.2.1",
78-
"@yelo/rollup-node-external": "^1.0.1",
79+
"@yelo/rollup-node-external": "1.0.1",
7980
"alias-hq": "6.2.3",
8081
"commitizen": "4.3.0",
8182
"commitlint": "19.2.1",
8283
"cz-conventional-changelog": "3.3.0",
83-
"classnames": "^2.5.1",
84+
"classnames": "2.5.1",
8485
"eslint": "8.57.0",
8586
"eslint-config-prettier": "9.1.0",
8687
"eslint-plugin-import": "2.29.1",
@@ -98,7 +99,7 @@
9899
"lint-staged": "15.2.2",
99100
"npm-run-all2": "6.1.2",
100101
"postcss": "8.4.38",
101-
"postcss-preset-env": "^9.4.0",
102+
"postcss-preset-env": "9.5.4",
102103
"prettier": "3.2.5",
103104
"react": "18.2.0",
104105
"react-dom": "18.2.0",
@@ -111,6 +112,6 @@
111112
"ts-node": "10.9.2",
112113
"typescript": "5.4.4",
113114
"vite": "5.2.8",
114-
"vite-plugin-dts": "^3.7.3"
115+
"vite-plugin-dts": "3.7.3"
115116
}
116117
}

pnpm-lock.yaml

Lines changed: 34 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)