Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "tc-ui-kit", | ||
"main": "index.js", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Topcoder UI Kit", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -19,3 +19,7 @@ # Topcoder UI Kit | ||
When you're done adding content or making changes, increase the version number in `package.json`. Push your code up to Github, and run `npm publish`. Then, in your project that uses tc-ui-kit, run `npm update tc-ui-kit`. Note that you must have a version number like `0.0.x` in your `package.json` for `npm update` to work. | ||
When you're done adding content or making changes: | ||
- increase the version number in `package.json` | ||
- push your code up to Github | ||
- run `npm publish` | ||
- in your project that uses tc-ui-kit, run `npm update tc-ui-kit`. Note that you must have a version number like `0.0.x` in your `package.json` for `npm update` to work. | ||
@@ -22,0 +26,0 @@ ## Style Guide |
Sorry, the diff of this file is not supported yet
97221
29