File tree Expand file tree Collapse file tree 4 files changed +2357
-15
lines changed Expand file tree Collapse file tree 4 files changed +2357
-15
lines changed Original file line number Diff line number Diff line change 1- version : 0.4.3 .{build}
1+ version : 0.4.4 .{build}
22
33install :
4- - ps : Install-Product node 5
4+ - ps : Install-Product node 7
55 - npm install -g grunt-cli
66 - npm install
77
Original file line number Diff line number Diff line change 11{
22 "name" : " tracekit" ,
3- "main" : " tracekit.js" ,
4- "version" : " 0.4.3 " ,
3+ "main" : " ./ tracekit.js" ,
4+ "version" : " 0.4.4 " ,
55 "homepage" : " https://github.com/csnover/TraceKit" ,
66 "description" : " Cross browser stack traces" ,
77 "moduleType" : [
1818 " bower_components" ,
1919 " test" ,
2020 " tests"
21- ]
21+ ],
22+ "repository" : {
23+ "url" : " https://github.com/csnover/TraceKit.git" ,
24+ "type" : " git"
25+ },
26+ "author" :
" Blake Niemyjski <[email protected] >" 2227}
Original file line number Diff line number Diff line change 11{
22 "name" : " tracekit" ,
33 "main" : " ./tracekit.js" ,
4- "version" : " 0.4.3 " ,
4+ "version" : " 0.4.4 " ,
55 "homepage" : " https://github.com/csnover/TraceKit" ,
66 "description" : " Cross browser stack traces" ,
77 "repository" : {
8- "type " : " git" ,
9- "url " : " https://github.com/csnover/TraceKit. git"
8+ "url " : " https://github.com/csnover/TraceKit. git" ,
9+ "type " : " git"
1010 },
1111 "bugs" : {
1212 "url" : " https://github.com/csnover/TraceKit/issues"
2323 "grunt-contrib-jasmine" : " 1.0.3" ,
2424 "grunt-contrib-jshint" : " 1.0.0" ,
2525 "grunt-jsdoc" : " 2.1.0" ,
26- "jasmine" : " 2.4.1 " ,
27- "jasmine-core" : " 2.4.1 " ,
28- "karma" : " 0.13.22 " ,
29- "karma-jasmine" : " 0.3.8 " ,
30- "karma-phantomjs-launcher" : " 1.0.0 " ,
31- "phantomjs-prebuilt" : " 2.1.7 "
26+ "jasmine" : " 2.5.2 " ,
27+ "jasmine-core" : " 2.5.2 " ,
28+ "karma" : " 1.3.0 " ,
29+ "karma-jasmine" : " 1.0.2 " ,
30+ "karma-phantomjs-launcher" : " 1.0.2 " ,
31+ "phantomjs-prebuilt" : " 2.1.13 "
3232 },
3333 "scripts" : {
3434 "test" : " grunt test"
3535 },
36- "typings" : " tracekit.d.ts"
36+ "typings" : " tracekit.d.ts" ,
37+ "author" :
" Blake Niemyjski <[email protected] >" 3738}
You can’t perform that action at this time.
0 commit comments