Skip to content

Commit

Permalink
Upgrade to @preconstruct/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Nov 6, 2019
1 parent 8a896a3 commit ddf30f0
Show file tree
Hide file tree
Showing 5 changed files with 476 additions and 157 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@
],
"parser": "babel-eslint",
"rules": {
"prettier/prettier": ["error", {"parser": "flow"}],
"prettier/prettier": [
"error",
{
"parser": "flow"
}
],
"react/prop-types": 0,
"react/no-unused-prop-types": 0,
"standard/computed-property-even-spacing": 0,
Expand Down Expand Up @@ -174,6 +179,7 @@
"@manypkg/cli": "^0.5.2",
"@mdx-js/mdx": "^1.1.0",
"@mdx-js/react": "^1.0.27",
"@preconstruct/cli": "^1.0.1",
"@testing-library/react": "^9.3.2",
"@types/jest": "^23.0.2",
"@types/node": "^10.11.4",
Expand Down Expand Up @@ -231,7 +237,6 @@
"npm-run-all": "^4.0.2",
"opencollective": "^1.0.3",
"polished": "^1.2.1",
"preconstruct": "^0.0.81",
"prettier": "1.14.3",
"puppeteer": "^1.6.0",
"raf": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/babel-preset-emotion-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "9.2.6",
"private": true,
"scripts": {
"test:typescript": "exit 0"
"test:typescript": "exit 0"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
Expand Down
2 changes: 1 addition & 1 deletion scripts/babel-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"version": "0.4.5",
"private": true,
"scripts": {
"test:typescript": "exit 0"
"test:typescript": "exit 0"
}
}
2 changes: 1 addition & 1 deletion scripts/old-babel-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"babel-core": "^6.26.3"
},
"scripts": {
"test:typescript": "exit 0"
"test:typescript": "exit 0"
}
}
Loading

0 comments on commit ddf30f0

Please sign in to comment.