Skip to content

Commit

Permalink
remove unit test and update to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simman committed Dec 15, 2016
1 parent a3af2a8 commit 7961c43
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 44 deletions.
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ npm-debug.log
.idea
*.iml

# Gradle
/build/
/Example/**/android/app/build/
/Example/**/android/app/gradle/
/Example/**/android/app/gradlew
/Example/**/android/app/gradlew.bat

# Android
local.properties
.gradle/
Expand Down

This file was deleted.

17 changes: 0 additions & 17 deletions android/app/src/test/java/io/rnkit/alertview/ExampleUnitTest.java

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "React Native Alert View component for iOS + Android",
"main": "index.js",
"author": "SimMan <liwei0990@gmail.com>",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://github.com/rnkit/rnkit-alert-view",
"bugs": "https://github.com/rnkit/rnkit-alert-view/issues",
"repository": {
Expand Down

0 comments on commit 7961c43

Please sign in to comment.