Comparing version 0.4.6 to 0.4.7
{ | ||
"name": "tracekit", | ||
"main": "./tracekit.js", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"homepage": "https://github.com/csnover/TraceKit", | ||
@@ -6,0 +6,0 @@ "description": "Cross browser stack traces", |
{ | ||
"name": "tracekit", | ||
"main": "./tracekit.js", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"homepage": "https://github.com/csnover/TraceKit", | ||
"description": "Cross browser stack traces", | ||
"repository": { | ||
"url": "https://github.com/csnover/TraceKit.git", | ||
"url": "git+https://github.com/csnover/TraceKit.git", | ||
"type": "git" | ||
@@ -20,12 +20,12 @@ }, | ||
"devDependencies": { | ||
"grunt": "1.1.0", | ||
"grunt": "1.3.0", | ||
"grunt-bump": "^0.8.0", | ||
"grunt-cli": "1.3.2", | ||
"grunt-contrib-jasmine": "2.1.0", | ||
"grunt-contrib-jshint": "2.1.0", | ||
"grunt-contrib-jasmine": "2.2.0", | ||
"grunt-contrib-jshint": "3.2.0", | ||
"grunt-jsdoc": "2.4.1", | ||
"jasmine": "3.5.0", | ||
"jasmine-core": "3.5.0", | ||
"karma": "4.4.1", | ||
"karma-jasmine": "3.1.1", | ||
"jasmine": "3.6.4", | ||
"jasmine-core": "3.6.0", | ||
"karma": "6.4.4", | ||
"karma-jasmine": "4.0.1", | ||
"karma-phantomjs-launcher": "1.0.4", | ||
@@ -32,0 +32,0 @@ "phantomjs-prebuilt": "2.1.16" |
@@ -17,3 +17,3 @@ TraceKit - Cross browser stack traces. | ||
``` | ||
This places TraceKit at `components/tracekit/tracekit.js`. Install [bower](http://twitter.github.com/bower/): `npm install bower -g`, download npm with Node: http://nodejs.org | ||
This places TraceKit at `components/tracekit/tracekit.js`. Install [bower](https://github.com/bower/bower): `npm install bower -g`, download npm with Node: http://nodejs.org | ||
@@ -20,0 +20,0 @@ Then include the `<script>` to your page |
@@ -120,2 +120,3 @@ (function () { | ||
beforeEach(function () { | ||
jasmine.DEFAULT_TIMEOUT_INTERVAL = 3000; | ||
// Prevent the onerror call that's part of our tests from getting to | ||
@@ -122,0 +123,0 @@ // mocha's handler, which would treat it as a test failure. |
@@ -7,3 +7,3 @@ export interface StackFrame { | ||
column:number; | ||
context:string[]; | ||
context:null | string[]; | ||
} | ||
@@ -10,0 +10,0 @@ |
@@ -0,0 +0,0 @@ /** |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
136272
2632