We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e518c6 commit 207f39bCopy full SHA for 207f39b
package.json
@@ -29,19 +29,18 @@
29
"url": "https://github.com/mathiasbynens/String.prototype.codePointAt.git"
30
},
31
"bugs": "https://github.com/mathiasbynens/String.prototype.codePointAt/issues",
32
- "files": [
33
- "LICENSE-MIT.txt",
34
- "codepointat.js"
35
- ],
36
"scripts": {
37
- "test": "node tests/tests.js",
+ "pretest": "es-shim-api --bound",
+ "test": "npm run tests-only",
+ "tests-only": "node tests/tests.js",
38
"cover": "istanbul cover --report html --verbose --dir coverage tests/tests.js"
39
40
- "dependencies": {
+ "dependencies": {
41
"define-properties": "^1.1.3",
42
"es-abstract": "^1.17.5"
43
- },
+ },
44
"devDependencies": {
+ "@es-shims/api": "^2.1.2",
45
"istanbul": "^0.4.5"
46
}
47
0 commit comments