Skip to content

Commit 9d15743

Browse files
authored
Merge pull request #14 from garageScript/version
Version upgrade
2 parents fe745c6 + 5d853ac commit 9d15743

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@
6767
}
6868
```
6969

70+
### Publishing
71+
72+
1. Update `package.json` version.
73+
2. run `npm run build`
74+
3. Publish! `npm publish`
75+
76+
Must be done in the order above (specifically, build then publish) because build produces a package.json inside the `dist` folder, which is used for upgrade checks
77+
7078
##
7179

7280
## License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "c0d3",
3-
"version": "2.1.0",
3+
"version": "2.1.2",
44
"description": "Command Line Interface (CLI) for c0d3.com",
55
"license": "MIT",
66
"homepage": "https://c0d3.com",

0 commit comments

Comments
 (0)