Skip to content

Commit

Permalink
[Dev Deps] add @es-shims/api
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 30, 2017
1 parent 596b6b4 commit d9014f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
"main": "index.js",
"dependencies": {},
"devDependencies": {
"@es-shims/api": "^1.2.0",
"safe-publish-latest": "^1.1.1"
},
"scripts": {
"prepublish": "safe-publish-latest",
"test": "echo \"Error: no test specified\" && exit 1"
"tests-only": "es-shim-api",
"test": "npm run tests-only"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d9014f1

Please sign in to comment.