移除 docgen
Showing
{ | { | ||
"name": "react-native-amap3d", | "name": "react-native-amap3d", | ||
"version": "0.1.0", | "version": "0.2.0-alpha.7", | ||
"description": "react-native 高德地图组件", | "description": "react-native 高德地图组件", | ||
"main": "components/MapView.js", | "main": "components/MapView.js", | ||
"author": "Qiu Xiang <i@7c00.cc>", | "author": "Qiu Xiang <i@7c00.cc>", | ||
... | @@ -14,14 +14,8 @@ | ... | @@ -14,14 +14,8 @@ |
"type": "git", | "type": "git", | ||
"url": "https://github.com/qiuxiang/react-native-amap3d" | "url": "https://github.com/qiuxiang/react-native-amap3d" | ||
}, | }, | ||
"scripts": { | |||
"docgen": "react-docgen components 2>/dev/null | node scripts/docgen.js" | |||
}, | |||
"peerDependencies": { | "peerDependencies": { | ||
"react": "*", | "react": "*", | ||
"react-native": "*" | "react-native": "*" | ||
}, | |||
"devDependencies": { | |||
"react-docgen": "^2.16.0" | |||
} | } | ||
} | } |
scripts/docgen.js
deleted
100644 → 0
Please
register
or
sign in
to comment