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 c63c960 commit 1ab561cCopy full SHA for 1ab561c
.npmignore
@@ -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
@@ -1,6 +1,6 @@
{
"name": "nativescript-unit-test-runner",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "NativeScript unit test runner component.",
"main": "app.js",
"scripts": {
0 commit comments