Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
foxhound87 committed Sep 23, 2016
1 parent 56fb745 commit 0085e5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"mobx": "2.5.1",
"mobx-react": "3.5.6",
"mobx-react-devtools": "4.2.6",
"mobx-react-matchmedia": "1.1.1",
"react": "15.3.2",
"react-dom": "15.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions demo/src/main.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from 'react';
import { render } from 'react-dom';
import DevTools from 'mobx-react-devtools';
// import { MatchMediaProvider } from 'mobx-react-matchmedia'; // eslint-disable-line
import { MatchMediaProvider } from '../../src';
import { MatchMediaProvider } from 'mobx-react-matchmedia'; // eslint-disable-line
// import { MatchMediaProvider } from '../../src';
import Breakpoints from './Breakpoints';

import './style.css';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"watch:test": "npm run test -- -w",
"test": "mocha tests/test.jsx --compilers js:babel-register",
"cover": "nyc npm test",
"coverage:check": "nyc check-coverage --satements 40 --branches 0 --functions 0 --lines 50",
"coverage:check": "nyc check-coverage --satements 25 --branches 0 --functions 0 --lines 30",
"coverage:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
Expand Down

0 comments on commit 0085e5b

Please sign in to comment.