File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
"pretest" : " npm run lint" ,
14
14
"tests-only" : " node --harmony --es-staging test" ,
15
15
"test" : " npm run tests-only" ,
16
- "posttest" : " npx aud" ,
16
+ "posttest" : " npx aud --production " ,
17
17
"coverage" : " covert test/index.js" ,
18
18
"lint" : " eslint ." ,
19
19
"eccheck" : " eclint check *.js **/*.js > /dev/null" ,
34
34
],
35
35
"dependencies" : {},
36
36
"devDependencies" : {
37
- "@ljharb/eslint-config" : " ^16.0 .0" ,
38
- "aud" : " ^1.1.1 " ,
39
- "auto-changelog" : " ^2.0 .0" ,
37
+ "@ljharb/eslint-config" : " ^17.2 .0" ,
38
+ "aud" : " ^1.1.2 " ,
39
+ "auto-changelog" : " ^2.2 .0" ,
40
40
"covert" : " ^1.1.1" ,
41
41
"eclint" : " ^2.8.1" ,
42
- "eslint" : " ^6.8 .0" ,
42
+ "eslint" : " ^7.7 .0" ,
43
43
"foreach" : " ^2.0.5" ,
44
44
"indexof" : " ^0.0.1" ,
45
45
"is" : " ^3.3.0" ,
46
46
"safe-publish-latest" : " ^1.1.4" ,
47
- "tape" : " ^5.0.0-next.5 "
47
+ "tape" : " ^5.0.1 "
48
48
},
49
49
"testling" : {
50
50
"files" : " test/index.js" ,
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
3
var test = require ( 'tape' ) ;
4
- var isString = require ( '..' ) ;
4
+ var isString = require ( '../ ' ) ;
5
5
var hasSymbols = typeof Symbol === 'function' && typeof Symbol ( '' ) === 'symbol' ;
6
6
7
7
test ( 'not Strings' , function ( t ) {
You can’t perform that action at this time.
0 commit comments