Skip to content

Commit c18c9ff

Browse files
author
Luís Assunção
committed
chore: remove 'files' from package.json in favor of .npmignore and bump version to 1.1.7
1 parent bbaaacf commit c18c9ff

File tree

3 files changed

+32
-8
lines changed

3 files changed

+32
-8
lines changed

.npmignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Ignore source files
2+
src/
3+
tests/
4+
demo/
5+
wrappers/
6+
docs/
7+
8+
# Ignore config files
9+
.github/
10+
.vscode/
11+
vite.config.ts
12+
vite.config.demo.ts
13+
tsconfig.json
14+
eslint.config.js
15+
jest.config.js
16+
.prettierrc.json
17+
.prettierignore
18+
.gitattributes
19+
.gitignore
20+
21+
# Ignore logs
22+
debug.log
23+
npm-debug.log
24+
25+
# KEEP:
26+
# dist/
27+
# README.md
28+
# LICENSE
29+
# package.json

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
2-
"files": [
3-
"dist",
4-
"LICENSE",
5-
"README.md"
6-
],
72
"keywords": [
83
"datatable",
94
"data-grid",
@@ -22,7 +17,7 @@
2217
"jquery-dynatable"
2318
],
2419
"type": "module",
25-
"version": "1.1.6",
20+
"version": "1.1.7",
2621
"name": "snap-records",
2722
"dependencies": {
2823
"dexie": "^4.0.11",

0 commit comments

Comments
 (0)