Skip to content

Commit

Permalink
🚀RELEASE: Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meerhamzadev committed Apr 24, 2022
1 parent b6db0ac commit aa30a5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Cameron Thompson
Copyright (c) 2020 Meer Hamza

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "create-mern-app",
"version": "1.0.0",
"name": "new-mern-app",
"version": "1.0.1",
"description": "A CLI tool to generate mern stack starter code in a jiffy",
"bin": {
"create-mern-app": "./index.js"
"create": "./index.js"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Cameron Thompson and Meer Hamza"
"name": "Meer Hamza"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit aa30a5a

Please sign in to comment.