Skip to content

Commit 3c8e162

Browse files
committed
correct package.json for idom-client-react
1 parent e878966 commit 3c8e162

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

idom/client/static/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

idom/client/static/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
2+
"private": true,
23
"name": "idom-client-react",
34
"description": "A client for IDOM implemented in React",
4-
"version": "0.2.0",
5+
"version": "0.3.0",
56
"author": "Ryan Morshead",
67
"license": "MIT",
78
"repository": {
89
"url": "https://github.com/rmorshea/idom"
910
},
1011
"main": "core_modules/layout.js",
12+
"files": [
13+
"core_modules/*.js"
14+
],
1115
"scripts": {
1216
"it": "./node_modules/.bin/npx",
1317
"build": "npm run it -- snowpack && npm run it -- snowpack build",

0 commit comments

Comments
 (0)