Skip to content

Commit 9515f26

Browse files
committed
modified project structure
1 parent 88e3911 commit 9515f26

18 files changed

+1650
-22
lines changed
File renamed without changes.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ src/exceptionless-spec.js
1111
src/exceptionless-spec.js.map
1212
/src/dist
1313
/src/typings
14+
/typings

appveyor.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ environment:
55

66
install:
77
- ps: Install-Product node $env:nodejs_version
8-
- cd src
98
- npm install -g tsd
109
- npm install -g gulp
1110
- npm install -g bower
@@ -18,7 +17,7 @@ build_script:
1817

1918
test_script:
2019
- gulp test
21-
20+
2221
after_test:
2322
- cd ..
2423
- ps: nuget pack -Version $env:APPVEYOR_BUILD_VERSION
@@ -30,4 +29,4 @@ notifications:
3029
- provider: Slack
3130
auth_token:
3231
secure: PigIGGo7UUDwdb0KGM/s7OfpAng/OMJx7q33jKfzudFBiXi1EBEd0DRmkbCc7CiX
33-
channel: notifications
32+
channel: notifications

bower.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "exceptionless",
3+
"version": "0.1.0",
4+
"description": "JavaScript client for Exceptionless",
5+
"license": "Apache",
6+
"main": "dist/exceptionless.js",
7+
"keywords": [
8+
"exceptionless",
9+
"error",
10+
"feature",
11+
"logging",
12+
"tracking",
13+
"reporting"
14+
],
15+
"ignore": [
16+
"**/.*",
17+
"node_modules",
18+
"bower_components"
19+
],
20+
"dependencies": {}
21+
}

0 commit comments

Comments
 (0)