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 d466d85 commit 9351b06Copy full SHA for 9351b06
src/bower.json
@@ -1,5 +1,6 @@
1
{
2
"name": "exceptionless",
3
+ "version": "0.1.0",
4
"license": "Apache",
5
"ignore": [
6
"**/.*",
@@ -11,4 +12,3 @@
11
12
"DefinitelyTyped": "*"
13
}
14
-
src/package.json
@@ -1,12 +1,14 @@
"description": "JavaScript client for Exceptionless",
"main": "gulpfile.js",
7
"scripts": {
8
"prepublish": "bower install",
9
"start": "gulp",
10
"build": "gulp build",
+ "test": "gulp test"
},
"keywords": [
"exceptionless"
@@ -31,4 +33,3 @@
31
33
32
34
"dependencies": {}
35
0 commit comments