Skip to content

Commit

Permalink
Upgraded deps, added yarn, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Nov 1, 2016
1 parent cf5fd10 commit 45c8d8b
Show file tree
Hide file tree
Showing 4 changed files with 2,357 additions and 15 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 0.4.3.{build}
version: 0.4.4.{build}

install:
- ps: Install-Product node 5
- ps: Install-Product node 7
- npm install -g grunt-cli
- npm install

Expand Down
11 changes: 8 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tracekit",
"main": "tracekit.js",
"version": "0.4.3",
"main": "./tracekit.js",
"version": "0.4.4",
"homepage": "https://github.com/csnover/TraceKit",
"description": "Cross browser stack traces",
"moduleType": [
Expand All @@ -18,5 +18,10 @@
"bower_components",
"test",
"tests"
]
],
"repository": {
"url": "https://github.com/csnover/TraceKit.git",
"type": "git"
},
"author": "Blake Niemyjski <[email protected]>"
}
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "tracekit",
"main": "./tracekit.js",
"version": "0.4.3",
"version": "0.4.4",
"homepage": "https://github.com/csnover/TraceKit",
"description": "Cross browser stack traces",
"repository": {
"type": "git",
"url": "https://github.com/csnover/TraceKit.git"
"url": "https://github.com/csnover/TraceKit.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/csnover/TraceKit/issues"
Expand All @@ -23,15 +23,16 @@
"grunt-contrib-jasmine": "1.0.3",
"grunt-contrib-jshint": "1.0.0",
"grunt-jsdoc": "2.1.0",
"jasmine": "2.4.1",
"jasmine-core": "2.4.1",
"karma": "0.13.22",
"karma-jasmine": "0.3.8",
"karma-phantomjs-launcher": "1.0.0",
"phantomjs-prebuilt": "2.1.7"
"jasmine": "2.5.2",
"jasmine-core": "2.5.2",
"karma": "1.3.0",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.2",
"phantomjs-prebuilt": "2.1.13"
},
"scripts": {
"test": "grunt test"
},
"typings": "tracekit.d.ts"
"typings": "tracekit.d.ts",
"author": "Blake Niemyjski <[email protected]>"
}
Loading

0 comments on commit 45c8d8b

Please sign in to comment.