Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Chung committed Nov 11, 2018
1 parent 90951e8 commit 6ae667f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shinin/load-script",
"version": "1.0.0",
"version": "1.0.1",
"description": "Load script asynchronously.",
"main": "dist/load-script.cjs.js",
"module": "dist/load-script.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('loadScript', () => {

beforeEach(() => {
global.document.body.innerHTML = '<script></script>'
loadScript = reRequire('./')
loadScript = reRequire('./index').default
})

it('should return promise', () => {
Expand Down

0 comments on commit 6ae667f

Please sign in to comment.