From 41d023cc13709fedabb3401345c78c85de5e93d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Str=C3=B6mberg?= Date: Sun, 23 Dec 2018 12:39:36 +0100 Subject: [PATCH] Clean up buiid tasks conf --- .vscode/tasks.json | 22 ---------------------- LICENSE | 3 ++- package.json | 4 ++-- 3 files changed, 4 insertions(+), 25 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 193eb228d..32cd7d66b 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -3,16 +3,6 @@ // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ - { - "label": "Watch CLJS", - "type": "npm", - "script": "watch-cljs", - "group": { - "kind": "build", - "isDefault": true - }, - "problemMatcher": [] - }, { "label": "Watch TS", "type": "npm", @@ -22,18 +12,6 @@ "isDefault": true }, "problemMatcher": [] - }, - { - "label": "Compile", - "type": "npm", - "script": "compile", - "problemMatcher": [] - }, - { - "label": "Release", - "type": "npm", - "script": "release", - "problemMatcher": [] } ] } \ No newline at end of file diff --git a/LICENSE b/LICENSE index 3e6e66c18..06409f1d8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License -Parts of the software is Copyright (c) 2016 Stian Sivertsen +Parts of the software are Copyright (c) 2016-2018 Stian Sivertsen +Other parts are Copyright (c) 2018 -> Better than Tomorrow Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index c438116bf..4028ea00f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Calva: Clojure & Clojurescript interactive programming made easy", "description": "Integrated REPL, linting, inline eval and more for VSCode. Powered by Cider & nRepl.", "icon": "assets/calva.png", - "version": "1.3.60", + "version": "1.3.60-SNAPSHOT", "publisher": "cospaia", "author": { "name": "Bettar Than Tomorrow", @@ -366,4 +366,4 @@ "eslint-plugin-standard": "^3.0.1", "typescript": "^2.9.2" } -} +} \ No newline at end of file