Skip to content

Commit

Permalink
Move repository to deeprjs organization
Browse files Browse the repository at this point in the history
  • Loading branch information
mvila committed Aug 25, 2019
1 parent a9a27db commit 2ee36d6
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -800,7 +800,7 @@ We do not believe that [subscriptions](https://facebook.github.io/graphql/draft/


To execute a Deepr query, we need a runtime. We implemented a simple one in JavaScript. Here it is: To execute a Deepr query, we need a runtime. We implemented a simple one in JavaScript. Here it is:


https://github.com/layrjs/deepr/tree/master/packages/runtime https://github.com/deeprjs/deepr/tree/master/packages/runtime


## Specifications ## Specifications


Expand Down
Binary file added branding/deepr-icon-small-margins.pdf
Binary file not shown.
Binary file added branding/deepr-icon-small-margins.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/runtime/@resource.json
@@ -1,11 +1,11 @@
{ {
"@import": "1place/npm-package#^0.2.0", "@import": "1place/npm-package#^0.2.0",
"name": "@deepr/runtime", "name": "@deepr/runtime",
"version": "0.2.3", "version": "0.2.4",
"description": "Simple Deepr runtime", "description": "Simple Deepr runtime",
"author": "Manuel Vila <hi@mvila.me>", "author": "Manuel Vila <hi@mvila.me>",
"license": "MIT", "license": "MIT",
"repository": "https://github.com/layrjs/deepr/tree/master/packages/runtime", "repository": "https://github.com/deeprjs/deepr/tree/master/packages/runtime",
"dependencies": { "dependencies": {
"@deepr/util": "^0.1.0" "@deepr/util": "^0.1.0"
}, },
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/README.md
@@ -1,6 +1,6 @@
# @deepr/runtime # @deepr/runtime


Simple [Deepr](https://github.com/layrjs/deepr) runtime. Simple [Deepr](https://github.com/deeprjs/deepr) runtime.


## Installation ## Installation


Expand Down Expand Up @@ -110,7 +110,7 @@ Example:
} }
``` ```


Learn more about Deepr queries here: [https://github.com/layrjs/deepr](https://github.com/layrjs/deepr). Learn more about Deepr queries here: [https://github.com/deeprjs/deepr](https://github.com/deeprjs/deepr).


#### `options` #### `options`


Expand Down
7 changes: 4 additions & 3 deletions packages/runtime/package.json
@@ -1,6 +1,6 @@
{ {
"name": "@deepr/runtime", "name": "@deepr/runtime",
"version": "0.2.3", "version": "0.2.4",
"description": "Simple Deepr runtime", "description": "Simple Deepr runtime",
"files": [ "files": [
"dist" "dist"
Expand All @@ -13,7 +13,7 @@
}, },
"author": "Manuel Vila <hi@mvila.me>", "author": "Manuel Vila <hi@mvila.me>",
"license": "MIT", "license": "MIT",
"repository": "https://github.com/layrjs/deepr/tree/master/packages/runtime", "repository": "https://github.com/deeprjs/deepr/tree/master/packages/runtime",
"@managed": { "@managed": {
"warning": "This file contains properties managed by a Resource. You should not modify them directly or use a command such as `npm install <name>`.", "warning": "This file contains properties managed by a Resource. You should not modify them directly or use a command such as `npm install <name>`.",
"properties": [ "properties": [
Expand All @@ -34,7 +34,8 @@
"dependencies", "dependencies",
"peerDependencies", "peerDependencies",
"optionalDependencies", "optionalDependencies",
"devDependencies" "devDependencies",
"private"
] ]
} }
} }
4 changes: 2 additions & 2 deletions packages/util/@resource.json
@@ -1,11 +1,11 @@
{ {
"@import": "1place/npm-package#^0.2.0", "@import": "1place/npm-package#^0.2.0",
"name": "@deepr/util", "name": "@deepr/util",
"version": "0.1.2", "version": "0.1.3",
"description": "A few utility functions shared among Deepr's packages", "description": "A few utility functions shared among Deepr's packages",
"author": "Manuel Vila <hi@mvila.me>", "author": "Manuel Vila <hi@mvila.me>",
"license": "MIT", "license": "MIT",
"repository": "https://github.com/layrjs/deepr/tree/master/packages/util", "repository": "https://github.com/deeprjs/deepr/tree/master/packages/util",
"dependencies": { "dependencies": {
"is-promise": "^2.1.0" "is-promise": "^2.1.0"
}, },
Expand Down
7 changes: 4 additions & 3 deletions packages/util/package.json
@@ -1,10 +1,10 @@
{ {
"name": "@deepr/util", "name": "@deepr/util",
"version": "0.1.2", "version": "0.1.3",
"description": "A few utility functions shared among Deepr's packages", "description": "A few utility functions shared among Deepr's packages",
"author": "Manuel Vila <hi@mvila.me>", "author": "Manuel Vila <hi@mvila.me>",
"license": "MIT", "license": "MIT",
"repository": "https://github.com/layrjs/deepr/tree/master/packages/util", "repository": "https://github.com/deeprjs/deepr/tree/master/packages/util",
"files": [ "files": [
"dist" "dist"
], ],
Expand Down Expand Up @@ -34,7 +34,8 @@
"dependencies", "dependencies",
"peerDependencies", "peerDependencies",
"optionalDependencies", "optionalDependencies",
"devDependencies" "devDependencies",
"private"
] ]
} }
} }

0 comments on commit 2ee36d6

Please sign in to comment.