Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhivitsa committed Jan 31, 2018
1 parent 5e9f65a commit 0e3d3b9
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 25 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.2 (2018-01-31)

- Fix start script

## v1.0.1 (2018-01-27)

- Update npm dependencies
Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-landing-starter",
"version": "1.0.1",
"version": "1.0.2",
"description": "Common landing website starter driven by next.js",
"main": "index.js",
"repository": {
Expand All @@ -9,7 +9,7 @@
},
"scripts": {
"development": "npm run next-server",
"start": "NODE_ENV=production npm run next-server",
"start": "npm run next-server",
"next-server": "node ./src/server/app.js",
"test": "npm run lint",
"lint": "eslint --fix ./src",
Expand All @@ -33,15 +33,15 @@
},
"devDependencies": {
"@paralect/eslint-config": "0.1.5",
"all-contributors-cli": "^4.10.0",
"all-contributors-cli": "^4.10.1",
"babel-eslint": "8.2.1",
"babel-plugin-inline-react-svg": "0.5.2",
"babel-plugin-module-resolver": "3.0.0",
"babel-preset-es2015": "6.24.1",
"eslint": "4.16.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.6.0",
"eslint-plugin-react": "7.6.1",
"lost": "8.2.0",
"styled-jsx-plugin-postcss": "0.1.2"
}
Expand Down

0 comments on commit 0e3d3b9

Please sign in to comment.