Skip to content

Commit 9721ea9

Browse files
authored
create-spectacle first minor release (#1189)
* Slim up bin field * Create tough-jokes-learn.md * Make public
1 parent 4bd5adf commit 9721ea9

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.changeset/tough-jokes-learn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-spectacle': minor
3+
---
4+
5+
Initial release of create-spectacle

packages/create-spectacle/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
{
22
"name": "create-spectacle",
33
"version": "0.0.1",
4-
"private": "true",
4+
"private": "false",
55
"description": "Project generator for Spectacle",
66
"main": "bin/cli.js",
77
"files": [
88
"bin/"
99
],
10-
"bin": {
11-
"create-spectacle": "bin/cli.js"
12-
},
10+
"bin": "bin/cli.js",
1311
"author": "Formidable Labs <hello@formidable.com>",
1412
"license": "MIT",
1513
"repository": {

0 commit comments

Comments
 (0)