Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
cgenchevsky committed Oct 22, 2017
1 parent e9d34b9 commit fc59f1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"extends": "eslint:recommended",
"rules": {
"comma-dangle": ["error", "never"],
"indent": ["error", "tab", {"MemberExpression": "off"}],
"indent": ["error", "tab", {"MemberExpression": "off", "SwitchCase": 1}],
"linebreak-style": ["error", "unix"],
"quotes": ["error", "single"],
"semi": ["error", "never"],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
## Requirements

- Node.js v6.9+
- Neutrino v6
- Neutrino v7

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-preset-svelte",
"version": "4.0.0",
"version": "4.0.1",
"description": "Neutrino preset for Svelte applications",
"main": "src/index.js",
"author": "Constantine Genchevsky <[email protected]>",
Expand Down

0 comments on commit fc59f1c

Please sign in to comment.