chai 4.1.2 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "Veselin Todorov <hi@vesln.com>",
18
18
  "John Firebaugh <john.firebaugh@gmail.com>"
19
19
  ],
20
- "version": "4.1.2",
20
+ "version": "4.2.0",
21
21
  "repository": {
22
22
  "type": "git",
23
23
  "url": "https://github.com/chaijs/chai"
@@ -33,22 +33,23 @@
33
33
  "node": ">=4"
34
34
  },
35
35
  "dependencies": {
36
- "assertion-error": "^1.0.1",
37
- "check-error": "^1.0.1",
38
- "deep-eql": "^3.0.0",
36
+ "assertion-error": "^1.1.0",
37
+ "check-error": "^1.0.2",
38
+ "deep-eql": "^3.0.1",
39
39
  "get-func-name": "^2.0.0",
40
- "pathval": "^1.0.0",
41
- "type-detect": "^4.0.0"
40
+ "pathval": "^1.1.0",
41
+ "type-detect": "^4.0.5"
42
42
  },
43
43
  "devDependencies": {
44
- "browserify": "^14.4.0",
44
+ "browserify": "^16.0.0",
45
45
  "bump-cli": "^1.1.3",
46
+ "codecov": "^3.0.0",
46
47
  "istanbul": "^0.4.3",
47
- "karma": "^1.0.0",
48
+ "karma": "^2.0.0",
48
49
  "karma-firefox-launcher": "^1.0.0",
49
50
  "karma-mocha": "^1.0.1",
50
51
  "karma-phantomjs-launcher": "^1.0.0",
51
- "karma-sauce-launcher": "^1.0.0",
52
- "mocha": "^3.0.0"
52
+ "karma-sauce-launcher": "^1.2.0",
53
+ "mocha": "^5.0.0"
53
54
  }
54
55
  }
package/sauce.browsers.js CHANGED
@@ -23,15 +23,6 @@ exports['SL_Chrome'] = {
23
23
  , version: 38
24
24
  };
25
25
 
26
- /*!
27
- * Opera
28
- */
29
-
30
- exports['SL_Opera'] = {
31
- base: 'SauceLabs'
32
- , browserName: 'opera'
33
- };
34
-
35
26
  /*!
36
27
  * Internet Explorer
37
28
  */
package/.npmignore DELETED
@@ -1,14 +0,0 @@
1
- .git*
2
- docs/
3
- test/
4
- support/
5
- component.json
6
- components/
7
- build/
8
- lib-cov/
9
- coverage/
10
- .travis.yml
11
- .mailmap
12
- Makefile
13
- *.swp
14
- .DS_Store