Skip to content

Commit

Permalink
use actual dependency that resolves to npm package for nodejsexample_…
Browse files Browse the repository at this point in the history
…08_imports
  • Loading branch information
bumblehead committed Aug 15, 2022
1 parent 31a44a3 commit c631758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests-basic/nodejsexample_08_imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
},
"imports": {
"#dep": {
"node": "hello-world",
"node": "form-urlencoded",
"default": "./dep-polyfill.js"
}
},
"dependencies": {
"hello-world": "^0.0.1"
"form-urlencoded": "^6.1.0"
}
}

0 comments on commit c631758

Please sign in to comment.