Skip to content

Commit

Permalink
chore: using betas
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Feb 3, 2019
1 parent c3af3cb commit 39c3509
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["@verdaccio"]
"presets": [["@verdaccio", {"flow": true}]]
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@verdaccio/file-locking": "0.0.7",
"@verdaccio/local-storage": "1.2.0",
"@verdaccio/streams": "1.0.0",
"@verdaccio/streams": "2.0.0-beta.0",
"JSONStream": "1.3.4",
"async": "2.6.1",
"body-parser": "1.18.3",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@commitlint/config-conventional": "7.1.2",
"@material-ui/core": "3.1.0",
"@material-ui/icons": "3.0.1",
"@verdaccio/babel-preset": "0.0.1",
"@verdaccio/babel-preset": "0.0.3",
"@verdaccio/types": "4.1.4",
"autosuggest-highlight": "3.1.1",
"bundlesize": "0.17.0",
Expand Down Expand Up @@ -126,7 +126,7 @@
"typeface-roboto": "0.0.54",
"url-loader": "1.1.1",
"verdaccio-auth-memory": "0.0.4",
"verdaccio-memory": "1.0.3",
"verdaccio-memory": "2.0.0-beta.0",
"webpack": "4.20.2",
"webpack-bundle-analyzer": "3.0.2",
"webpack-cli": "3.1.1",
Expand Down
Loading

0 comments on commit 39c3509

Please sign in to comment.