Skip to content

Commit fe8b467

Browse files
committed
1.0.0
1 parent 21cef6a commit fe8b467

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ console.log(new ImportMap({
139139

140140
## API
141141

142-
See [lib/map.d.ts](https://github.com/jspm/import-map/blob/main/lib/map.d.ts).
142+
See [src/map.ts](https://github.com/jspm/import-map/blob/main/src/map.ts).
143143

144144
Support is also provided for conditional maps supporting a way to manage generic maps for multiple environment targets, before serializing or resolving for exact environment targets.
145145

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Package Import Map Utility",
44
"license": "MIT",
55
"version": "1.0.0",
6-
"types": "lib/map.d.ts",
6+
"types": "src/map.ts",
77
"type": "module",
88
"exports": {
99
".": {
@@ -12,12 +12,13 @@
1212
}
1313
},
1414
"files": [
15+
"src",
1516
"lib",
1617
"dist"
1718
],
1819
"repository": {
1920
"type": "git",
20-
"url": "git+https://github.com/jspm/map.git"
21+
"url": "git+https://github.com/jspm/import-map.git"
2122
},
2223
"keywords": [
2324
"jspm",

0 commit comments

Comments
 (0)