Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Mar 9, 2019
1 parent fe37e4b commit 3ff81b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/examples/scan-env-for-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "scan-env-for-configs",
"version": "0.0.10",
"version": "0.0.11",
"private": true,
"dependencies": {
"@rescripts/cli": "^0.0.10",
"@rescripts/rescript-env": "^0.0.7",
"@rescripts/rescript-env": "^0.0.8",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-react-require": "^3.0.1",
"react": "^16.6.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/using-babel-and-eslint-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "using-babel-and-eslint-configs",
"version": "0.0.10",
"version": "0.0.11",
"private": true,
"dependencies": {
"@rescripts/cli": "^0.0.10",
"@rescripts/rescript-use-babel-config": "^0.0.7",
"@rescripts/rescript-use-eslint-config": "^0.0.7",
"@rescripts/rescript-use-eslint-config": "^0.0.8",
"@rescripts/rescript-use-stylelint-config": "^0.0.4",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-react-require": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/rescripts/env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescripts/rescript-env",
"version": "0.0.7",
"version": "0.0.8",
"main": "index.js",
"license": "MIT",
"private": false,
Expand All @@ -10,7 +10,7 @@
"repository": "https://github.com/rescripts/rescripts/tree/master/packages/rescripts/env",
"dependencies": {
"@rescripts/rescript-use-babel-config": "^0.0.7",
"@rescripts/rescript-use-eslint-config": "^0.0.7",
"@rescripts/rescript-use-eslint-config": "^0.0.8",
"@rescripts/rescript-use-tslint-config": "^0.0.5",
"@rescripts/utilities": "^0.0.5",
"ramda": "^0.26.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/rescripts/use-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescripts/rescript-use-eslint-config",
"version": "0.0.7",
"version": "0.0.8",
"main": "index.js",
"license": "MIT",
"private": false,
Expand Down

0 comments on commit 3ff81b2

Please sign in to comment.