From af53a8da83ec9e03f1f183226e587985ee6badbe Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Tue, 9 May 2017 12:46:00 +0200 Subject: [PATCH] Add missing package files --- js/src/dapps/package.json | 19 +++++++++++++++++++ js/src/views/package.json | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 js/src/dapps/package.json create mode 100644 js/src/views/package.json diff --git a/js/src/dapps/package.json b/js/src/dapps/package.json new file mode 100644 index 000000000..410bb2207 --- /dev/null +++ b/js/src/dapps/package.json @@ -0,0 +1,19 @@ +{ + "name": "@parity/dapps", + "description": "Parity dapps", + "version": "0.0.0", + "main": "index.js", + "author": "Parity Team ", + "maintainers": [], + "contributors": [], + "license": "GPL-3.0", + "repository": { + "type": "git", + "url": "git+https://github.com/paritytech/parity.git" + }, + "keywords": [], + "scripts": {}, + "devDependencies": {}, + "dependencies": {}, + "peerDependencies": {} +} diff --git a/js/src/views/package.json b/js/src/views/package.json new file mode 100644 index 000000000..4877cbcfc --- /dev/null +++ b/js/src/views/package.json @@ -0,0 +1,19 @@ +{ + "name": "@parity/view", + "description": "Parity wallet dapps", + "version": "0.0.0", + "main": "index.js", + "author": "Parity Team ", + "maintainers": [], + "contributors": [], + "license": "GPL-3.0", + "repository": { + "type": "git", + "url": "git+https://github.com/paritytech/parity.git" + }, + "keywords": [], + "scripts": {}, + "devDependencies": {}, + "dependencies": {}, + "peerDependencies": {} +}