Skip to content

Commit

Permalink
Remove pkg.files, won't need it for now
Browse files Browse the repository at this point in the history
README.md, package.json, and the file in pkg.main
are already included by default on publish.
  • Loading branch information
jorgebucaran committed Jan 30, 2021
1 parent 1332e88 commit 0f33e36
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 26 deletions.
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -8,9 +8,6 @@
"homepage": "https://hyperapp.dev",
"author": "Jorge Bucaran",
"license": "MIT",
"files": [
"*.js*(.map)"
],
"keywords": [
"framework",
"hyperapp",
Expand Down
3 changes: 0 additions & 3 deletions packages/dom/package.json
Expand Up @@ -5,9 +5,6 @@
"main": "index.js",
"description": "Inspect the DOM, focus and blur",
"repository": "https://github.com/jorgebucaran/hyperapp/tree/main/packages/dom",
"files": [
"*.js*(.map)"
],
"license": "MIT",
"keywords": [
"hyperapp",
Expand Down
4 changes: 0 additions & 4 deletions packages/events/package.json
Expand Up @@ -5,10 +5,6 @@
"main": "index.js",
"description": "Subscribe animation frames, keyboard, mouse, window, and more.",
"repository": "https://github.com/jorgebucaran/hyperapp/tree/main/packages/events",
"files": [
"src",
"dist"
],
"license": "MIT",
"keywords": [
"hyperapp",
Expand Down
3 changes: 0 additions & 3 deletions packages/html/package.json
Expand Up @@ -5,9 +5,6 @@
"main": "index.js",
"description": "Write HTML with plain functions",
"repository": "https://github.com/jorgebucaran/hyperapp/tree/main/packages/html",
"files": [
"*.js*(.map)"
],
"license": "MIT",
"keywords": [
"hyperapp",
Expand Down
4 changes: 0 additions & 4 deletions packages/http/package.json
Expand Up @@ -5,10 +5,6 @@
"main": "index.js",
"description": "Talk to servers, make HTTP requests.",
"repository": "https://github.com/jorgebucaran/hyperapp/tree/main/packages/http",
"files": [
"src",
"dist"
],
"license": "MIT",
"keywords": [
"hyperapp",
Expand Down
3 changes: 0 additions & 3 deletions packages/navigation/package.json
Expand Up @@ -5,9 +5,6 @@
"main": "index.js",
"description": "Subscribe and manage the browser URL history.",
"repository": "https://github.com/jorgebucaran/hyperapp/tree/main/packages/navigation",
"files": [
"*.js*(.map)"
],
"license": "MIT",
"keywords": [
"hyperapp",
Expand Down
3 changes: 0 additions & 3 deletions packages/svg/package.json
Expand Up @@ -5,9 +5,6 @@
"main": "index.js",
"description": "Draw SVG with plain functions",
"repository": "https://github.com/jorgebucaran/hyperapp/tree/main/packages/svg",
"files": [
"*.js*(.map)"
],
"license": "MIT",
"keywords": [
"hyperapp",
Expand Down
3 changes: 0 additions & 3 deletions packages/time/package.json
Expand Up @@ -6,9 +6,6 @@
"description": "Subscribe to intervals, get the time now",
"repository": "https://github.com/jorgebucaran/hyperapp/tree/main/packages/time",
"license": "MIT",
"files": [
"*.js*(.map)"
],
"keywords": [
"hyperapp",
"interval",
Expand Down

0 comments on commit 0f33e36

Please sign in to comment.