homestars-icons
Advanced tools
Comparing version 0.1.33 to 0.1.34
@@ -448,2 +448,11 @@ 'use strict'; | ||
var _ShowMore = require('./icons/ShowMore'); | ||
Object.defineProperty(exports, 'ShowMore', { | ||
enumerable: true, | ||
get: function get() { | ||
return _interopRequireDefault(_ShowMore).default; | ||
} | ||
}); | ||
var _Star = require('./icons/Star'); | ||
@@ -450,0 +459,0 @@ |
{ | ||
"name": "homestars-icons", | ||
"version": "0.1.33", | ||
"version": "0.1.34", | ||
"description": "HomeStars componentized icons", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -61,5 +61,12 @@ # HomeStars Componentized Icons | ||
``` | ||
## Publishing | ||
1. To publish one must have an npm account and be added to the to the [https://www.npmjs.com/org/homestarsdotcom](Homestarsdotcom) team. | ||
4. After committing changes to `master`, don't forget to publish to NPM: | ||
2. Additionaly, one has to login into npm from the command line | ||
```shell | ||
npm login | ||
``` | ||
3. Finally, after committing changes to `master`, run following command to publish to npm: | ||
```shell | ||
@@ -70,1 +77,6 @@ $ npm run patch | ||
This will increment the version, build a distribution, and publish to NPM. | ||
4. Finally, update the npm version of the homestars-icon package in the package.json of your project. | ||
```shell | ||
npm upgrade homestars-icons | ||
``` |
4731
81
264426