Skip to content

Commit

Permalink
update: change to runnerty repository
Browse files Browse the repository at this point in the history
  • Loading branch information
pakitovic committed Feb 8, 2018
1 parent 9ce7a1c commit d054077
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
```json
{
"id": "parse-xml-json_default",
"type": "runnerty-executor-parse-xml-json"
"type": "@runnerty-executor-parse-xml-json"
}
```

Expand Down
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "runnerty-executor-parse-xml-json",
"name": "@runnerty/executor-parse-xml-json",
"version": "1.0.0",
"description": "Runnerty module: XML/JSON parser executor",
"author": "antoniogenaro",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/antoniogenaro/runnerty-executor-parse-xml-json.git"
"url": "git+https://github.com/runnerty/executor-parse-xml-json.git"
},
"keywords": [
"runnerty",
Expand All @@ -17,13 +17,10 @@
"json"
],
"bugs": {
"url": "https://github.com/antoniogenaro/runnerty-executor-parse-xml-json/issues"
"url": "https://github.com/runnerty/executor-parse-xml-json.git/issues"
},
"homepage": "https://github.com/antoniogenaro/runnerty-executor-parse-xml-json#readme",
"homepage": "https://github.com/runnerty/executor-parse-xml-json.git#readme",
"dependencies": {
"xml2js": "^0.4.19"
},
"directories": {
"test": "test"
}
}
4 changes: 2 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "runnerty-executor-parse-xml-json",
"title": "@runnerty-executor-parse-xml-json",
"definitions": {
"config": {
"type": "object",
Expand All @@ -10,7 +10,7 @@
},
"type": {
"type": "string",
"pattern": "runnerty-executor-parse-xml-json"
"pattern": "@runnerty-executor-parse-xml-json"
}
}
},
Expand Down
4 changes: 0 additions & 4 deletions test/sample.json

This file was deleted.

5 changes: 0 additions & 5 deletions test/sample.xml

This file was deleted.

0 comments on commit d054077

Please sign in to comment.