Skip to content
This repository has been archived by the owner on Apr 26, 2018. It is now read-only.

Commit

Permalink
Ready for 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsde committed Jul 19, 2017
1 parent d3c316b commit fce05c6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 12 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## 2.7.0
2017-07-19

### Improved
- Simplify package by leveraging Node's module system

### Updated
- v3 template stylelint config
- Dependencies
- Template dependencies



## 2.6.1
2017-07-14

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "front-end-styleguide-init",
"version": "2.6.1",
"version": "2.7.0",
"description": "Init for front-end-styleguide",
"author": "Fynn Becker <[email protected]>",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ camelcase@^2.0.0:
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f"

caniuse-lite@^1.0.30000697, caniuse-lite@^1.0.30000701:
version "1.0.30000702"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000702.tgz#bd66e40345528fe0c001917d1d3f55454df634f1"
version "1.0.30000703"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000703.tgz#666e8c3f1e4f7abb1d16d48e04e7e9e8df934925"

chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
version "1.1.3"
Expand Down Expand Up @@ -349,8 +349,8 @@ eslint-plugin-import@^2.2.0:
read-pkg-up "^2.0.0"

eslint-plugin-node@^5.0.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-5.1.0.tgz#bc8cdb85180d0b4d946a2531640e2a4dd7a4e6d4"
version "5.1.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-5.1.1.tgz#a7ed956e780c22aef6afd1116005acd82f26eac6"
dependencies:
ignore "^3.3.3"
minimatch "^3.0.4"
Expand Down

0 comments on commit fce05c6

Please sign in to comment.