Skip to content

Commit 207f39b

Browse files
Test that it respects the es-shim-api interface
1 parent 0e518c6 commit 207f39b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,18 @@
2929
"url": "https://github.com/mathiasbynens/String.prototype.codePointAt.git"
3030
},
3131
"bugs": "https://github.com/mathiasbynens/String.prototype.codePointAt/issues",
32-
"files": [
33-
"LICENSE-MIT.txt",
34-
"codepointat.js"
35-
],
3632
"scripts": {
37-
"test": "node tests/tests.js",
33+
"pretest": "es-shim-api --bound",
34+
"test": "npm run tests-only",
35+
"tests-only": "node tests/tests.js",
3836
"cover": "istanbul cover --report html --verbose --dir coverage tests/tests.js"
3937
},
40-
"dependencies": {
38+
"dependencies": {
4139
"define-properties": "^1.1.3",
4240
"es-abstract": "^1.17.5"
43-
},
41+
},
4442
"devDependencies": {
43+
"@es-shims/api": "^2.1.2",
4544
"istanbul": "^0.4.5"
4645
}
4746
}

0 commit comments

Comments
 (0)