Skip to content

Commit add67ad

Browse files
author
罗瑞东
committed
chore(readme): update package info
1 parent 47762bf commit add67ad

File tree

4 files changed

+47
-7
lines changed

4 files changed

+47
-7
lines changed

.npmignore

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# OSX
2+
#
3+
.DS_Store
4+
5+
# Xcode
6+
#
7+
build/
8+
*.pbxuser
9+
!default.pbxuser
10+
*.mode1v3
11+
!default.mode1v3
12+
*.mode2v3
13+
!default.mode2v3
14+
*.perspectivev3
15+
!default.perspectivev3
16+
xcuserdata
17+
*.xccheckout
18+
*.moved-aside
19+
DerivedData
20+
*.hmap
21+
*.ipa
22+
*.xcuserstate
23+
project.xcworkspace
24+
25+
# Android/IJ
26+
#
27+
*.iml
28+
.idea
29+
.gradle
30+
local.properties
31+
32+
# node.js
33+
#
34+
node_modules/
35+
npm-debug.log
36+
37+
# BUCK
38+
buck-out/
39+
\.buckd/
40+
android/app/libs
41+
android/keystores/debug.keystore
42+
43+
# npmignore
44+
sample

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-simple-toast",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Simple Toast for react-native. In Android it's just native toast, in iOS it's https://github.com/scalessec/Toast",
55
"main": "index.js",
66
"scripts": {
@@ -15,9 +15,5 @@
1515
"url": "git+https://github.com/xgfe/react-native-simple-toast.git"
1616
},
1717
"author": "xgfe",
18-
"license": "MIT",
19-
"dependencies": {
20-
"react": "15.1.0",
21-
"react-native": "^0.28.0"
22-
}
18+
"license": "MIT"
2319
}

sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"dependencies": {
99
"react": "15.1.0",
1010
"react-native": "^0.28.0",
11-
"react-native-simple-toast": "0.0.2"
11+
"react-native-simple-toast": "0.0.3"
1212
}
1313
}

0 commit comments

Comments
 (0)