From ae2c5fe141a11e598032d1b3ac26aafc4d961799 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 2 Apr 2018 14:08:43 +0100 Subject: add documentation and main repo --- main-repo/pkg93/package.json | 5 +++++ main-repo/pkg93/pkg93.js | 1 + 2 files changed, 6 insertions(+) create mode 100644 main-repo/pkg93/package.json create mode 120000 main-repo/pkg93/pkg93.js (limited to 'main-repo/pkg93') diff --git a/main-repo/pkg93/package.json b/main-repo/pkg93/package.json new file mode 100644 index 0000000..dbe1030 --- /dev/null +++ b/main-repo/pkg93/package.json @@ -0,0 +1,5 @@ +{ + "name": "pkg93", + "version": [0, 1, 0], + "inject": "pkg93.js" +} diff --git a/main-repo/pkg93/pkg93.js b/main-repo/pkg93/pkg93.js new file mode 120000 index 0000000..58d2fb8 --- /dev/null +++ b/main-repo/pkg93/pkg93.js @@ -0,0 +1 @@ +../../pkg93.js \ No newline at end of file -- cgit v1.2.3