diff --git a/README.md b/README.md index 9469af0..f582d50 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ```json { "id": "parse-xml-json_default", - "type": "runnerty-executor-parse-xml-json" + "type": "@runnerty-executor-parse-xml-json" } ``` diff --git a/package.json b/package.json index 9e200ae..d511dc1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "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", @@ -7,7 +7,7 @@ "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", @@ -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" } } diff --git a/schema.json b/schema.json index 9a3ede7..597dbff 100644 --- a/schema.json +++ b/schema.json @@ -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", @@ -10,7 +10,7 @@ }, "type": { "type": "string", - "pattern": "runnerty-executor-parse-xml-json" + "pattern": "@runnerty-executor-parse-xml-json" } } }, diff --git a/test/sample.json b/test/sample.json deleted file mode 100644 index 1bbd32f..0000000 --- a/test/sample.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "title": "Hello world", - "description": "Example for XML/JSON parser executor" -} \ No newline at end of file diff --git a/test/sample.xml b/test/sample.xml deleted file mode 100644 index 715586d..0000000 --- a/test/sample.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - Hello world - Example for XML/JSON parser executor - \ No newline at end of file