Skip to content

Commit c322214

Browse files
committed
chore: add npm
1 parent 6c73297 commit c322214

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.npmignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ting",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "test",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)