Commit 07c34d9 1 parent 2cf21d1 commit 07c34d9 Copy full SHA for 07c34d9
File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ .gitattributes
2
+ .editorconfig
3
+ /.circleci
4
+ /test
5
+ .idea
Original file line number Diff line number Diff line change 1
1
# eslint-config-ma
2
2
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 )
4
7
5
8
Stylelint shareable config used by MASSIVE ART.
6
9
@@ -52,6 +55,8 @@ Copy the text of the last release into and get new release.
52
55
```
53
56
git fetch --tags
54
57
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
55
60
npm publish
56
61
```
57
62
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-ma" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " ESLint shareable config used by MASSIVE ART" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments