diff options
Diffstat (limited to 'main-repo')
-rw-r--r-- | main-repo/helloworld/package.json | 1 | ||||
-rw-r--r-- | main-repo/pkg93/package.json | 5 | ||||
l--------- | main-repo/pkg93/pkg93.js | 1 | ||||
-rw-r--r-- | main-repo/wget93/package.json | 4 |
4 files changed, 1 insertions, 10 deletions
diff --git a/main-repo/helloworld/package.json b/main-repo/helloworld/package.json index f5c7625..10d8523 100644 --- a/main-repo/helloworld/package.json +++ b/main-repo/helloworld/package.json @@ -1,5 +1,4 @@ { "name": "helloworld", - "version": [1, 0, 0], "inject": "helloworld.js" } diff --git a/main-repo/pkg93/package.json b/main-repo/pkg93/package.json deleted file mode 100644 index dbe1030..0000000 --- a/main-repo/pkg93/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "pkg93", - "version": [0, 1, 0], - "inject": "pkg93.js" -} diff --git a/main-repo/pkg93/pkg93.js b/main-repo/pkg93/pkg93.js deleted file mode 120000 index 58d2fb8..0000000 --- a/main-repo/pkg93/pkg93.js +++ /dev/null @@ -1 +0,0 @@ -../../pkg93.js
\ No newline at end of file diff --git a/main-repo/wget93/package.json b/main-repo/wget93/package.json index d96a422..e3677ec 100644 --- a/main-repo/wget93/package.json +++ b/main-repo/wget93/package.json @@ -1,6 +1,4 @@ { "name": "wget93", - "version": [0, 1, 0], - "inject": "wget93.js", - "uninstall": "unwget93.js" + "inject": "wget93.js" } |