Skip to content

Commit 2070abe

Browse files
committed
chore(release): 0.9.0
1 parent 78e3e1f commit 2070abe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"name": "ios-device-lib",
3-
"version": "0.9.0-alpha.0",
3+
"version": "0.9.0",
44
"description": "",
55
"types": "./typings/ios-device-lib.d.ts",
66
"main": "index.js",
7+
"files": [
8+
"bin",
9+
"typings",
10+
"*.js"
11+
],
712
"scripts": {
813
"prepack": "npm test",
914
"mocha": "mocha",

0 commit comments

Comments
 (0)