Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Jan 21, 2018
1 parent 012421f commit f757397
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-server-example-tsx",
"version": "4.0.9",
"version": "4.1.0",
"description": "Boilerplate for isomorphic web app with React server-side rendering in TypeScript.",
"main": "dist/server.js",
"repository": "styfle/react-server-example-tsx",
"scripts": {
"start": "node dist/server.js",
"build": "webpack",
"watch": "webpack --watch",
"prettier": "prettier \"./src/**/*.ts\" \"./src/**/*.tsx\"" ,
"prettier": "prettier \"./src/**/*.ts\" \"./src/**/*.tsx\"",
"prettier:check": "npm run prettier -- --list-different",
"prettier:write": "npm run prettier -- --write",
"test": "tsc --outDir . --sourceMap false && tape tests/**/*.js",
Expand Down

0 comments on commit f757397

Please sign in to comment.