We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c73297 commit c322214Copy full SHA for c322214
.npmignore
@@ -0,0 +1,11 @@
1
+# Exclude all top-level hidden directories by convention
2
+/.*/
3
+
4
+__mocks__
5
+__tests__
6
7
+/babel.config.js
8
+/android/src/androidTest/
9
+/android/src/test/
10
+/android/build/
11
+/example/
package.json
@@ -1,6 +1,6 @@
{
"name": "ting",
- "version": "0.1.0",
+ "version": "1.0.0",
"description": "test",
"main": "lib/commonjs/index",
"module": "lib/module/index",
0 commit comments