Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Magaz committed Jan 10, 2017
1 parent 3ecee9a commit 251f254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,8 +39,8 @@
"test:coverage": "nyc npm test && nyc report --reporter=lcov",
"start": "npm run logo && cross-env NODE_ENV=development node server/",
"start:prod": "npm run build && cross-env NODE_ENV=production node server/",
"postYeomanGenerator": "npm run regenerate && npm run start",
"yo": "npm link src/base/conf/.react-base/templates/generator-react-base",
"postYeomanGenerator": "npm run regenerate && npm run start",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"postinstall": "npm run yo && npm run generate:dll && npm run test:coverage"
},
Expand Down
2 changes: 1 addition & 1 deletion src/app/containers/Calculator/components/Display/index.jsx
Expand Up @@ -8,7 +8,7 @@ import styles from './styles.css';
export class Display extends Component {

static propTypes = {
Calculator: PropTypes.instanceOf(Record)
Calculator: PropTypes.instanceOf(Record).isRequired
};

render () {
Expand Down

0 comments on commit 251f254

Please sign in to comment.