Bladeren bron

update package

Karathan 5 jaren geleden
bovenliggende
commit
89f053daf1
2 gewijzigde bestanden met toevoegingen van 17 en 17 verwijderingen
  1. 1
    1
      package-lock.json
  2. 16
    16
      package.json

+ 1
- 1
package-lock.json Bestand weergeven

1
 {
1
 {
2
     "name": "pokescript",
2
     "name": "pokescript",
3
-    "version": "0.0.1",
3
+    "version": "1.0.1",
4
     "lockfileVersion": 1,
4
     "lockfileVersion": 1,
5
     "requires": true,
5
     "requires": true,
6
     "dependencies": {
6
     "dependencies": {

+ 16
- 16
package.json Bestand weergeven

6
     "homepage": "https://gitlab.karathan.at/Karathan/vs-pokescript",
6
     "homepage": "https://gitlab.karathan.at/Karathan/vs-pokescript",
7
     "repository": {
7
     "repository": {
8
         "type": "git",
8
         "type": "git",
9
-        "url": "https://gitlab.karathan.at/Karathan/vs-pokescript"
9
+        "url": "https://gitlab.karathan.at/Karathan/vs-pokescript.git"
10
     },
10
     },
11
     "license": "MIT",
11
     "license": "MIT",
12
-	"galleryBanner": {
13
-		"color": "#0084A9",
14
-		"theme": "dark"
12
+    "galleryBanner": {
13
+        "color": "#0084A9",
14
+        "theme": "dark"
15
     },
15
     },
16
     "icon": "images/icon.png",
16
     "icon": "images/icon.png",
17
     "publisher": "karathan",
17
     "publisher": "karathan",
18
     "engines": {
18
     "engines": {
19
         "vscode": "^1.25.0"
19
         "vscode": "^1.25.0"
20
     },
20
     },
21
-    "categories": ["Programming Languages"],
22
-    "keywords": ["romhacking", "assembly", "pokescript"],
21
+    "categories": [
22
+        "Programming Languages"
23
+    ],
24
+    "keywords": [
25
+        "romhacking",
26
+        "assembly",
27
+        "pokescript"
28
+    ],
23
     "preview": true,
29
     "preview": true,
24
-
25
     "extensionDependencies": [
30
     "extensionDependencies": [
26
         "dan-c-underwood.arm"
31
         "dan-c-underwood.arm"
27
     ],
32
     ],
28
     "contributes": {
33
     "contributes": {
29
-        "grammars":[
34
+        "grammars": [
30
             {
35
             {
31
                 "scopeName": "source.arm.pokescript",
36
                 "scopeName": "source.arm.pokescript",
32
                 "path": "./syntaxes/pokescript.json",
37
                 "path": "./syntaxes/pokescript.json",
33
-                "injectTo": [ "source.arm" ]
38
+                "injectTo": [
39
+                    "source.arm"
40
+                ]
34
             }
41
             }
35
         ]
42
         ]
36
     },
43
     },
37
-    "scripts": {
38
-        "vscode:prepublish": "npm run compile",
39
-        "compile": "tsc -p ./",
40
-        "watch": "tsc -watch -p ./",
41
-        "postinstall": "node ./node_modules/vscode/bin/install",
42
-        "test": "npm run compile && node ./node_modules/vscode/bin/test"
43
-    },
44
     "devDependencies": {
44
     "devDependencies": {
45
         "typescript": "^2.6.1",
45
         "typescript": "^2.6.1",
46
         "vscode": "^1.1.6",
46
         "vscode": "^1.1.6",