使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
TheoryOfNekomata
/
react-musical-keyboard
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Update package.json
Correctly declare dependencies.
master
TheoryOfNekomata
4 年前
父节点
c4032ed7f4
当前提交
f8610e6511
共有
1 个文件被更改
,包括
5 次插入
和
6 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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"
}
}
撰写
预览
正在加载...
取消
保存