瀏覽代碼

Update package.json

Correctly declare dependencies.
master
TheoryOfNekomata 3 年之前
父節點
當前提交
f8610e6511
共有 1 個檔案被更改,包括 5 行新增6 行删除
  1. +5
    -6
      package.json

+ 5
- 6
package.json 查看文件

@@ -1,5 +1,5 @@
{
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@@ -20,11 +20,9 @@
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"mem": "^6.1.0"
},
"peerDependencies": {
"react": ">=16"
"react": ">=16",
"mem": "^6.1.0"
},
"husky": {
"hooks": {
@@ -59,6 +57,7 @@
"ts-loader": "^8.0.2",
"tsdx": "^0.13.2",
"tslib": "^2.0.0",
"typescript": "^3.9.7"
"typescript": "^3.9.7",
"mem": "^6.1.0"
}
}

Loading…
取消
儲存