Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Oct 25, 2017
1 parent 6600111 commit 48ed11a
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 39 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"devDependencies": {
"lerna": "^2.4.0"
}
"license": "MIT",
"devDependencies": {
"lerna": "^2.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
"eslint-plugin-mocha": "4.7.0",
"mocha": "3.2.0",
"mocha-junit-reporter": "1.12.1",
"mock-fs": "3.12.1",
"mock-fs": "^4.4.2",
"nixt": "0.5.0",
"nyc": "10.0.0",
"nyc": "^11.2.1",
"pre-commit": "1.2.2",
"process": "0.11.9",
"rimraf": "2.5.4",
Expand Down
Loading

0 comments on commit 48ed11a

Please sign in to comment.