Skip to content

Commit

Permalink
[New] add auto entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 3, 2018
1 parent faa4051 commit ed730e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions auto.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
'use strict';

require('./shim')();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"has": "^1.0.3"
},
"devDependencies": {
"@es-shims/api": "^1.2.0",
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^9.0.1",
"array-map": "^0.0.0",
"covert": "^1.1.0",
Expand Down

0 comments on commit ed730e3

Please sign in to comment.