This website works better with JavaScript.
首頁
探索
說明
登入
TheoryOfNekomata
/
react-musical-keyboard
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Update package.json
Correctly declare dependencies.
master
TheoryOfNekomata
4 年之前
父節點
c4032ed7f4
當前提交
f8610e6511
共有
1 個文件被更改
,包括
5 次插入
和
6 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
}
}
Write
Preview
Loading…
取消
儲存