@langion/langion
Advanced tools
+7
-7
| { | ||
| "name": "@langion/langion", | ||
| "version": "1.0.4", | ||
| "version": "1.0.5", | ||
| "description": "Langion format definition", | ||
@@ -9,2 +9,6 @@ "homepage": "https://github.com/Langion/langion#readme", | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/Langion/langion.git" | ||
| }, | ||
| "license": "MIT", | ||
@@ -14,6 +18,2 @@ "author": "", | ||
| "types": "./dist/index.d.ts", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/Langion/langion.git" | ||
| }, | ||
| "scripts": { | ||
@@ -27,5 +27,5 @@ "build": "tsc", | ||
| "devDependencies": { | ||
| "tslint": "^5.11.0", | ||
| "typescript": "^3.2.2" | ||
| "tslint": "^5.20.1", | ||
| "typescript": "^3.7.2" | ||
| } | ||
| } |