Skip to content

Commit

Permalink
Added information to CONTRIBUTING.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbogh committed Feb 26, 2019
1 parent ce48ee0 commit 417b4a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Expand Up @@ -173,6 +173,7 @@ Create a new version using `npm version [major|minor|patch]` depending on the ve

```
npm version minor
npm publish
```

**Push updates**
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -149,6 +149,9 @@
"moduleNameMapper": {
"\\.(scss)$": "<rootDir>/__mocks__/styles.mock.js",
"@fortawesome/fontawesome-free/svgs/solid/expand.svg": "<rootDir>/__mocks__/icon.mock.js"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
}

0 comments on commit 417b4a5

Please sign in to comment.