Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

WIP CRL v2 #136

Closed
wants to merge 30 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
982d4e9
initial v2 skeleton
transitive-bullshit Mar 5, 2019
b964c40
.
transitive-bullshit Mar 5, 2019
fa92dff
v0.0.1
transitive-bullshit Mar 5, 2019
c7591ab
.
transitive-bullshit Mar 5, 2019
d32b960
chore(crl-scripts): update deps
transitive-bullshit Apr 11, 2019
56e1fda
👝
transitive-bullshit Apr 11, 2019
79618bc
😅
transitive-bullshit Apr 11, 2019
073dd57
😪
transitive-bullshit Apr 11, 2019
c373727
🦏
transitive-bullshit Apr 12, 2019
0a77d84
🚮
transitive-bullshit Apr 12, 2019
df19928
.
transitive-bullshit Apr 12, 2019
3e12c8f
consolidate one template
transitive-bullshit Apr 14, 2019
1ec4659
🐿
transitive-bullshit Apr 14, 2019
83e3a55
🚶
transitive-bullshit Apr 14, 2019
d73cd27
🌭
transitive-bullshit Apr 17, 2019
eb30c88
v0.0.2
transitive-bullshit Apr 17, 2019
93581b3
transitive-bullshit Apr 17, 2019
49f14fd
v0.0.3
transitive-bullshit Apr 17, 2019
0ad39b9
🏁
transitive-bullshit Apr 17, 2019
39db65b
add open open source notice
transitive-bullshit Aug 29, 2019
a157324
Implement eject script
Jan 14, 2020
3ad01c0
Merge pull request #193 from CarterMcAlister/v2-eject
transitive-bullshit Jan 14, 2020
0d3c72a
Update dependencies
Jan 15, 2020
bf6f5eb
Update target version to node >= 10
Jan 15, 2020
8196c2c
Bump react peerDependency to >=16.8 for hooks compatibility
Jan 15, 2020
5a960ed
Merge pull request #194 from transitive-bullshit/v2-dependencies
transitive-bullshit Jan 16, 2020
8333876
Change templates to use hooks
Jan 17, 2020
8d80a14
Remove comment
Jan 17, 2020
977bd4c
Merge pull request #196 from transitive-bullshit/v2-hooks
CarterMcAlister Jan 17, 2020
5ce1cc5
Add command to get version
Jan 21, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add command to get version
Carter committed Jan 21, 2020

Verified

This commit was signed with the committer’s verified signature. The key has expired.
charlyx Charles-Henri GUERIN
commit 5ce1cc55681ac4ec1ac184c9f8d40b342f47585d
2 changes: 1 addition & 1 deletion packages/create-react-library/lib/cli.js
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ module.exports = async () => {

program
.name('create-react-library')
.version(version)
.version(version, '-v, --version')
.usage('[options] [package-name]')
.option('-d, --desc <string>', 'Package description')
.option('-a, --author <string>', 'Author\'s github handle', defaults.author)