Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
d9079f52e1 | |||
10793fb770 |
1
.npmignore
Normal file
1
.npmignore
Normal file
@ -0,0 +1 @@
|
||||
*.html
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "html-pagination",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Package for html document pagination to fit container with fixed width",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"files": [
|
||||
"./lib/**/*"
|
||||
"lib"
|
||||
],
|
||||
"scripts": {
|
||||
"test:browser": "npm run build && cp ./src/__tests__/index.html ./lib/ && serve -s lib",
|
||||
|
Reference in New Issue
Block a user