|
11 | 11 | "browser": "dist/rollbar.umd.min.js",
|
12 | 12 | "types": "./index.d.ts",
|
13 | 13 | "dependencies": {
|
14 |
| - "console-polyfill": "0.3.0", |
15 |
| - "error-stack-parser": "1.3.3", |
16 | 14 | "async": "~1.2.1",
|
| 15 | + "console-polyfill": "0.3.0", |
17 | 16 | "debug": "2.6.9",
|
| 17 | + "error-stack-parser": "1.3.3", |
18 | 18 | "json-stringify-safe": "~5.0.0",
|
19 | 19 | "lru-cache": "~2.2.1",
|
20 | 20 | "request-ip": "~2.0.1",
|
|
62 | 62 | "karma-chrome-launcher": "^0.2.0",
|
63 | 63 | "karma-expect": "^1.1.0",
|
64 | 64 | "karma-firefox-launcher": "^0.1.6",
|
| 65 | + "karma-html2js-preprocessor": "^1.1.0", |
65 | 66 | "karma-jquery": "^0.1.0",
|
66 | 67 | "karma-mocha": "^0.2.0",
|
67 | 68 | "karma-mocha-reporter": "^1.1.1",
|
|
79 | 80 | "request": "^2.88.0",
|
80 | 81 | "requirejs": "^2.1.20",
|
81 | 82 | "script-loader": "0.6.1",
|
82 |
| - "sinon": "~1.7.3", |
| 83 | + "sinon": "^7.3.0", |
83 | 84 | "stackframe": "^0.2.2",
|
84 | 85 | "strict-loader": "^0.1.2",
|
85 | 86 | "time-grunt": "^1.0.0",
|
|
93 | 94 | "scripts": {
|
94 | 95 | "build": "./node_modules/.bin/grunt",
|
95 | 96 | "test": "./node_modules/.bin/grunt test",
|
| 97 | + "test-browser": "./node_modules/.bin/grunt test-browser", |
| 98 | + "test-server": "./node_modules/.bin/grunt test-server", |
96 | 99 | "test_ci": "./node_modules/.bin/grunt test",
|
97 | 100 | "lint": "./node_modules/.bin/eslint"
|
98 | 101 | },
|
|
0 commit comments