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",
|
"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",
|
||||||
|
Reference in New Issue
Block a user