Skip to content

Commit 0c03116

Browse files
Exclude DerivedData from npm package
1 parent f404706 commit 0c03116

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ x86/*
55
**/*.sln
66
**/*.VC.db
77
.vscode/*
8-
.vs/*
8+
.vs/*
9+
DerivedData

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ios-device-lib",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "",
55
"types": "./typings/ios-device-lib.d.ts",
66
"main": "index.js",

0 commit comments

Comments
 (0)