Skip to content

Commit 07c34d9

Browse files
Release 1.0.3
1 parent 2cf21d1 commit 07c34d9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.npmignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.gitattributes
2+
.editorconfig
3+
/.circleci
4+
/test
5+
.idea

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# eslint-config-ma
22

3-
![CircleCi](https://circleci.com/gh/massiveart/eslint-config-ma/tree/master.png)
3+
[![CircleCi](https://circleci.com/gh/massiveart/eslint-config-ma.png?style=shield)](https://circleci.com/gh/massiveart/eslint-config-ma)
4+
[![npm](https://img.shields.io/npm/v/eslint-config-ma.svg)](https://www.npmjs.com/package/eslint-config-ma)
5+
[![Size](https://img.shields.io/github/size/massiveart/eslint-config-ma/index.js.svg)](https://github.com/massiveart/eslint-config-ma/blob/master/index.js)
6+
[![Install Size](https://packagephobia.now.sh/badge?p=eslint-config-ma)](https://packagephobia.now.sh/result?p=eslint-config-ma)
47

58
Stylelint shareable config used by MASSIVE ART.
69

@@ -52,6 +55,8 @@ Copy the text of the last release into and get new release.
5255
```
5356
git fetch --tags
5457
git checkout <version>
58+
rm CHANGELOG.md # else it will be published with it
59+
npm pack --dry-run # check that no unnecessary files are packed
5560
npm publish
5661
```
5762

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-ma",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "ESLint shareable config used by MASSIVE ART",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)