Skip to content

Commit

Permalink
fix: Make sure the packages are published with public access
Browse files Browse the repository at this point in the history
  • Loading branch information
ognen committed Aug 31, 2017
1 parent 5c5df31 commit 1a957fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 6 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"name": "@girders-elements/config",
"version": "1.0.0-alpha.6",
"description": "Girders elements packages that provides the posibility to define a custom configuration",
"description":
"Girders elements packages that provides the posibility to define a custom configuration",
"react-native": "src/index.js",
"main": "dist/es5/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/netceteragroup/girders-elements.git"
},
"keywords": [
"netcetera"
],
"keywords": ["netcetera"],
"author": "netcetera",
"license": "MIT",
"bugs": {
Expand All @@ -19,5 +18,8 @@
"homepage": "https://github.com/netceteragroup/girders-elements#readme",
"dependencies": {
"ramda": "0.23.0"
},
"publishConfig": {
"access": "public"
}
}
14 changes: 6 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
{
"name": "@girders-elements/core",
"version": "1.0.0-alpha.6",
"description": "Girders Elements is an architectural framework that assists with building data-driven apps with React or React Native.",
"description":
"Girders Elements is an architectural framework that assists with building data-driven apps with React or React Native.",
"react-native": "src/index.js",
"main": "dist/es5/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/netceteragroup/girders-elements.git"
},
"keywords": [
"react",
"react-native",
"redux",
"redux-saga",
"netcetera"
],
"keywords": ["react", "react-native", "redux", "redux-saga", "netcetera"],
"author": "netcetera",
"license": "MIT",
"bugs": {
Expand All @@ -33,5 +28,8 @@
"react": ">= 15.0.0",
"prop-types": ">= 15.5.0",
"redux": "^3.0.0"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 1a957fc

Please sign in to comment.