summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-02-23 13:07:49 +0000
committerdakkar <dakkar@thenautilus.net>2020-02-23 13:07:49 +0000
commitfcf5c3e1143c98518bb410663ac23b27cd8a3d4a (patch)
treea6215a2807562ee5a7f9a04ae9b4bce522a25a3e /package.json
parentadd OpenSCAD highlighting (diff)
downloadcolor-fcf5c3e1143c98518bb410663ac23b27cd8a3d4a.tar.gz
color-fcf5c3e1143c98518bb410663ac23b27cd8a3d4a.tar.bz2
color-fcf5c3e1143c98518bb410663ac23b27cd8a3d4a.zip
use github: scheme instead of git+https:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 25e5e3a..6c03406 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"highlights": "^3.1.1",
"language-emacs-lisp": "github:Alhadis/language-emacs-lisp",
- "language-openscad": "git+https://github.com/rubyist/language-openscad.git",
+ "language-openscad": "github:rubyist/language-openscad",
"language-perl6": "github:perl6/atom-language-perl6",
"less": "^3.0.1",
"pm2": "^2.10.1"