2 Commits

Author SHA1 Message Date
d9079f52e1 1.0.1 2021-10-05 10:06:28 +03:00
10793fb770 Fixed publishing not full lib folder 2021-10-05 10:05:08 +03:00
2 changed files with 3 additions and 2 deletions

1
.npmignore Normal file
View File

@ -0,0 +1 @@
*.html

View File

@ -1,11 +1,11 @@
{ {
"name": "html-pagination", "name": "html-pagination",
"version": "1.0.0", "version": "1.0.1",
"description": "Package for html document pagination to fit container with fixed width", "description": "Package for html document pagination to fit container with fixed width",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"files": [ "files": [
"./lib/**/*" "lib"
], ],
"scripts": { "scripts": {
"test:browser": "npm run build && cp ./src/__tests__/index.html ./lib/ && serve -s lib", "test:browser": "npm run build && cp ./src/__tests__/index.html ./lib/ && serve -s lib",