Skip to content

Commit 1ab561c

Browse files
committed
.npmignore
1 parent c63c960 commit 1ab561c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.npmignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.idea
2+
.gitattributes
3+
.gitmodules
4+
*.sublime-project
5+
lint.*
6+
.jshint*
7+
.npmignore
8+
*.tgz
9+
test-reports.xml
10+
Gruntfile.js
11+
tscommand.tmp.txt
12+
.tscache/
13+
.vscode/
14+
definitions/
15+
*.ts
16+
*.js.map

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-unit-test-runner",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "NativeScript unit test runner component.",
55
"main": "app.js",
66
"scripts": {

0 commit comments

Comments
 (0)