Skip to content

Commit

Permalink
add beta package releases
Browse files Browse the repository at this point in the history
  • Loading branch information
delambo committed Mar 28, 2017
1 parent 860181a commit 07799c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/babel-preset-kyt-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-kyt-core",
"version": "0.2.0",
"version": "0.2.1-env-beta.1",
"description": "An opinionated babel preset, best used with kyt",
"main": "lib/index.js",
"author": "NYTimes",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-kyt-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-kyt-react",
"version": "0.2.0",
"version": "0.2.1-env-beta.1",
"description": "An opinionated babel preset for react apps, best used with kyt.",
"main": "lib/index.js",
"author": "NYTimes",
Expand All @@ -13,7 +13,7 @@
"babel-plugin-transform-react-inline-elements": "6.8.0",
"babel-plugin-transform-react-jsx-source": "6.9.0",
"babel-plugin-transform-react-remove-prop-types": "0.2.10",
"babel-preset-kyt-core": "0.2.0",
"babel-preset-kyt-core": "0.2.1-env-beta.1",
"babel-preset-react": "6.16.0"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/kyt-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"babel-jest": "19.0.0",
"babel-loader": "6.3.2",
"babel-polyfill": "6.16.0",
"babel-preset-kyt-core": "0.2.0",
"babel-preset-kyt-core": "0.2.1-env-beta.1",
"chokidar": "1.6.0",
"commander": "2.9.0",
"css-loader": "0.26.1",
Expand Down

0 comments on commit 07799c0

Please sign in to comment.