Skip to content

Commit

Permalink
Some fixes for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeiller committed Jul 8, 2016
1 parent d94f7ef commit a2bca94
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .babelrc

This file was deleted.

3 changes: 0 additions & 3 deletions .eslintrc

This file was deleted.

1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.2

* Fixes

# 0.1.1

* Add npm ignore file
Expand Down
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-elao",
"version": "0.1.1",
"version": "0.1.2",
"description": "Elao CSS Stylelint configuration",
"keywords": [
"stylelint",
Expand All @@ -21,6 +21,19 @@
"url": "https://github.com/cmeiller"
}
],
"babel": {
"presets": [
"es2015",
"stage-3"
]
},
"eslintConfig": {
"extends": "stylelint"
},
"files": [
"dist",
"src"
],
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit a2bca94

Please sign in to comment.