Skip to content

Commit

Permalink
Add configs for auth and api gateway for native and js configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustavghosh06 committed Jul 22, 2018
1 parent f17116a commit a9521f8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1,830 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# un-ignore that, so it gets included.
!./packages/*/package.json
!./packages/amplify-cli/package.json
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-cli",
"version": "2.0.0",
"version": "0.1.0",
"description": "amplify-cli",
"scripts": {
"lint": "lerna run -- lint",
Expand All @@ -10,6 +10,7 @@
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"amplify-cli": "file:packages/amplify-cli",
"amplify-category-analytics": "file:packages/amplify-category-analytics",
"amplify-category-api": "file:packages/amplify-category-api",
"amplify-category-auth": "file:packages/amplify-category-auth",
Expand Down
10 changes: 1 addition & 9 deletions packages/amplify-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "amplify-cli",
"version": "0.1.0",
"description": "Amplify CLI",
"private": true,
"bin": {
"amplify": "bin/amplify"
},
Expand All @@ -13,14 +12,7 @@
"watch": "ava --watch",
"coverage": "nyc ava"
},
"files": [
"LICENSE",
"readme.md",
"docs",
"bin",
"src"
],
"license": "MIT",
"license": "Apache-2.0",
"dependencies": {
"amplify-category-analytics": "^0.1.0",
"amplify-category-auth": "^0.1.0",
Expand Down
Loading

0 comments on commit a9521f8

Please sign in to comment.