We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875b4bd commit 0b02aa5Copy full SHA for 0b02aa5
1 file changed
package.json
@@ -1,5 +1,12 @@
1
{
2
"name": "html5-history-api",
3
+ "npmName": "html5-history-api",
4
+ "npmFileMap": [{
5
+ "basePath": "/",
6
+ "files": [
7
+ "*.js"
8
+ ]
9
+ }],
10
"version": "4.1.8",
11
"description": "HTML5 History API expansion for browsers not supporting pushState, replaceState",
12
"main": "history.js",
@@ -21,6 +28,5 @@
21
28
"devote"
22
29
],
23
30
"author": "Dmitrii Pakhtinov",
24
- "license": "GPL/MIT",
25
- "readmeFilename": "readme.en.txt"
31
+ "license": "GPL/MIT"
26
32
}
0 commit comments