Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jul 15, 2019
1 parent 91c2237 commit 1fd0a76
Show file tree
Hide file tree
Showing 81 changed files with 32 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .buildkite/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
app:
image: node:10
volumes:
- ../:/app
- ../cli:/app
working_dir: /app
command: /app/scripts/test.sh
environment:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
26 changes: 26 additions & 0 deletions cli/cli/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "@prisma/cli",
"version": "0.0.25",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:prisma/prisma.git",
"author": "Tim Suchanek <suchanek@prisma.io>",
"license": "Apache-2.0",
"private": false,
"dependencies": {
"arg": "^4.1.0",
"chalk": "^2.4.2",
"strip-indent": "^3.0.0"
},
"scripts": {
"build": "tsc -d",
"prepublishOnly": "yarn build"
},
"files": [
"dist"
],
"devDependencies": {
"@types/node": "^12.0.10",
"typescript": "^3.5.1"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
29 changes: 5 additions & 24 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,7 @@
{
"name": "@prisma/cli",
"version": "0.0.25",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:prisma/prisma.git",
"author": "Tim Suchanek <suchanek@prisma.io>",
"license": "Apache-2.0",
"private": false,
"dependencies": {
"arg": "^4.1.0",
"chalk": "^2.4.2",
"strip-indent": "^3.0.0"
},
"scripts": {
"build": "tsc -d",
"prepublishOnly": "yarn build"
},
"files": [
"dist"
],
"devDependencies": {
"@types/node": "^12.0.10",
"typescript": "^3.5.1"
}
"workspaces": [
"cli",
"introspection",
"prisma2"
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion introspection/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions package.json

This file was deleted.

0 comments on commit 1fd0a76

Please sign in to comment.