Skip to content

Commit 0b02aa5

Browse files
committed
update package.json
1 parent 875b4bd commit 0b02aa5

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"name": "html5-history-api",
3+
"npmName": "html5-history-api",
4+
"npmFileMap": [{
5+
"basePath": "/",
6+
"files": [
7+
"*.js"
8+
]
9+
}],
310
"version": "4.1.8",
411
"description": "HTML5 History API expansion for browsers not supporting pushState, replaceState",
512
"main": "history.js",
@@ -21,6 +28,5 @@
2128
"devote"
2229
],
2330
"author": "Dmitrii Pakhtinov",
24-
"license": "GPL/MIT",
25-
"readmeFilename": "readme.en.txt"
31+
"license": "GPL/MIT"
2632
}

0 commit comments

Comments
 (0)