Skip to content

Commit a15dc5c

Browse files
committed
chore: fixup package.json for 0.0.1 release
1 parent 030f246 commit a15dc5c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

catalyst/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@github/catalyst",
3-
"version": "1.0.0",
4-
"private": true,
3+
"version": "0.0.1",
54
"description": "Helpers for creating HTML Elements as Controllers",
65
"license": "MIT",
76
"author": "GitHub Inc.",
@@ -13,7 +12,7 @@
1312
"main": "lib/index.js",
1413
"module": "lib/index.js",
1514
"files": [
16-
"dist"
15+
"lib"
1716
],
1817
"scripts": {
1918
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)