Clear out a bunch of stuff we aren't using anymore.
This commit is contained in:
@@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "elm-hub",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "Like GitHub, but for Elm stuff.",
|
|
||||||
"scripts": {
|
|
||||||
"build": "elm-make src/ElmHub.elm --output elm.js",
|
|
||||||
"watch": "node watch.js",
|
|
||||||
"install": "npm run build"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/rtfeldman/elm-workshop.git"
|
|
||||||
},
|
|
||||||
"author": "Richard Feldman",
|
|
||||||
"license": "BSD-3-Clause",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/rtfeldman/elm-workshop/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/rtfeldman/elm-workshop#readme",
|
|
||||||
"devDependencies": {
|
|
||||||
"elm-live": "2.0.4"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
var fs = require("fs");
|
|
||||||
var execSync = require("child_process").execSync;
|
|
||||||
var path = require("path");
|
|
||||||
var binPath = path.join(__dirname, "..", "..", "node_modules", ".bin");
|
|
||||||
var watchPath = path.join(binPath, "elm-live");
|
|
||||||
|
|
||||||
execSync(watchPath + " src/ElmHub.elm --open -- --output=elm.js", { stdio: "inherit" });
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "elm-hub",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "Like GitHub, but for Elm stuff.",
|
|
||||||
"scripts": {
|
|
||||||
"build": "elm-make src/ElmHub.elm --output elm.js",
|
|
||||||
"watch": "node watch.js",
|
|
||||||
"install": "npm run build"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/rtfeldman/elm-workshop.git"
|
|
||||||
},
|
|
||||||
"author": "Richard Feldman",
|
|
||||||
"license": "BSD-3-Clause",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/rtfeldman/elm-workshop/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/rtfeldman/elm-workshop#readme",
|
|
||||||
"devDependencies": {
|
|
||||||
"elm-live": "2.0.4"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
var fs = require("fs");
|
|
||||||
var execSync = require("child_process").execSync;
|
|
||||||
var path = require("path");
|
|
||||||
var binPath = path.join(__dirname, "..", "..", "node_modules", ".bin");
|
|
||||||
var watchPath = path.join(binPath, "elm-live");
|
|
||||||
|
|
||||||
execSync(watchPath + " src/ElmHub.elm --open -- --output=elm.js", { stdio: "inherit" });
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "elm-hub",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "Like GitHub, but for Elm stuff.",
|
|
||||||
"scripts": {
|
|
||||||
"build": "elm-make src/ElmHub.elm --output elm.js",
|
|
||||||
"watch": "node watch.js",
|
|
||||||
"install": "npm run build"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/rtfeldman/elm-workshop.git"
|
|
||||||
},
|
|
||||||
"author": "Richard Feldman",
|
|
||||||
"license": "BSD-3-Clause",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/rtfeldman/elm-workshop/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/rtfeldman/elm-workshop#readme",
|
|
||||||
"devDependencies": {
|
|
||||||
"elm-live": "2.0.4"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
var fs = require("fs");
|
|
||||||
var execSync = require("child_process").execSync;
|
|
||||||
var path = require("path");
|
|
||||||
var binPath = path.join(__dirname, "..", "..", "node_modules", ".bin");
|
|
||||||
var watchPath = path.join(binPath, "elm-live");
|
|
||||||
|
|
||||||
execSync(watchPath + " src/ElmHub.elm --open -- --output=elm.js", { stdio: "inherit" });
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "elm-hub",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "Like GitHub, but for Elm stuff.",
|
|
||||||
"scripts": {
|
|
||||||
"build": "elm-make src/ElmHub.elm --output elm.js",
|
|
||||||
"watch": "node watch.js",
|
|
||||||
"install": "npm run build"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/rtfeldman/elm-workshop.git"
|
|
||||||
},
|
|
||||||
"author": "Richard Feldman",
|
|
||||||
"license": "BSD-3-Clause",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/rtfeldman/elm-workshop/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/rtfeldman/elm-workshop#readme",
|
|
||||||
"devDependencies": {
|
|
||||||
"elm-live": "2.0.4"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
var fs = require("fs");
|
|
||||||
var execSync = require("child_process").execSync;
|
|
||||||
var path = require("path");
|
|
||||||
var binPath = path.join(__dirname, "..", "..", "node_modules", ".bin");
|
|
||||||
var watchPath = path.join(binPath, "elm-live");
|
|
||||||
|
|
||||||
execSync(watchPath + " src/ElmHub.elm --open -- --output=elm.js", { stdio: "inherit" });
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "elm-hub",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "Like GitHub, but for Elm stuff.",
|
|
||||||
"scripts": {
|
|
||||||
"build": "elm-make src/Main.elm --output elm.js",
|
|
||||||
"watch": "node watch.js",
|
|
||||||
"test": "node test.js",
|
|
||||||
"install": "npm run build"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/rtfeldman/elm-workshop.git"
|
|
||||||
},
|
|
||||||
"author": "Richard Feldman",
|
|
||||||
"license": "BSD-3-Clause",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/rtfeldman/elm-workshop/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/rtfeldman/elm-workshop#readme",
|
|
||||||
"devDependencies": {
|
|
||||||
"elm-live": "2.0.4",
|
|
||||||
"elm-test": "0.16.1-alpha3"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
var fs = require("fs");
|
|
||||||
var execSync = require("child_process").execSync;
|
|
||||||
var path = require("path");
|
|
||||||
var testDir = path.join(__dirname, "test");
|
|
||||||
var binPath = path.join(__dirname, "..", "..", "node_modules", ".bin");
|
|
||||||
var elmTestPath = path.join(binPath, "elm-test");
|
|
||||||
|
|
||||||
execSync(elmTestPath + " TestRunner.elm", { cwd: testDir, stdio: "inherit" });
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
var fs = require("fs");
|
|
||||||
var execSync = require("child_process").execSync;
|
|
||||||
var path = require("path");
|
|
||||||
var binPath = path.join(__dirname, "..", "..", "node_modules", ".bin");
|
|
||||||
var watchPath = path.join(binPath, "elm-live");
|
|
||||||
|
|
||||||
execSync(watchPath + " src/Main.elm --open -- --output=elm.js", { stdio: "inherit" });
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "elm-hub",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "Like GitHub, but for Elm stuff.",
|
|
||||||
"scripts": {
|
|
||||||
"build": "elm-make src/Main.elm --output elm.js",
|
|
||||||
"watch": "node watch.js",
|
|
||||||
"test": "node test.js",
|
|
||||||
"install": "npm run build"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/rtfeldman/elm-workshop.git"
|
|
||||||
},
|
|
||||||
"author": "Richard Feldman",
|
|
||||||
"license": "BSD-3-Clause",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/rtfeldman/elm-workshop/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/rtfeldman/elm-workshop#readme",
|
|
||||||
"devDependencies": {
|
|
||||||
"elm-live": "2.0.4",
|
|
||||||
"elm-test": "0.16.1-alpha3"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
var fs = require("fs");
|
|
||||||
var execSync = require("child_process").execSync;
|
|
||||||
var path = require("path");
|
|
||||||
var testDir = path.join(__dirname, "test");
|
|
||||||
var binPath = path.join(__dirname, "..", "..", "node_modules", ".bin");
|
|
||||||
var elmTestPath = path.join(binPath, "elm-test");
|
|
||||||
|
|
||||||
execSync(elmTestPath + " TestRunner.elm", { cwd: testDir, stdio: "inherit" });
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
var fs = require("fs");
|
|
||||||
var execSync = require("child_process").execSync;
|
|
||||||
var path = require("path");
|
|
||||||
var binPath = path.join(__dirname, "..", "..", "node_modules", ".bin");
|
|
||||||
var watchPath = path.join(binPath, "elm-live");
|
|
||||||
|
|
||||||
execSync(watchPath + " src/Main.elm --open -- --output=elm.js", { stdio: "inherit" });
|
|
||||||
File diff suppressed because one or more lines are too long
@@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "elm-hub",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "Like GitHub, but for Elm stuff.",
|
|
||||||
"scripts": {
|
|
||||||
"build": "elm-make src/Main.elm --output elm.js",
|
|
||||||
"watch": "node watch.js",
|
|
||||||
"test": "node test.js",
|
|
||||||
"install": "npm run build"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/rtfeldman/elm-workshop.git"
|
|
||||||
},
|
|
||||||
"author": "Richard Feldman",
|
|
||||||
"license": "BSD-3-Clause",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/rtfeldman/elm-workshop/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/rtfeldman/elm-workshop#readme",
|
|
||||||
"devDependencies": {
|
|
||||||
"elm-live": "2.0.4",
|
|
||||||
"elm-test": "0.16.1-alpha3"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
var fs = require("fs");
|
|
||||||
var execSync = require("child_process").execSync;
|
|
||||||
var path = require("path");
|
|
||||||
var testDir = path.join(__dirname, "test");
|
|
||||||
var binPath = path.join(__dirname, "..", "..", "node_modules", ".bin");
|
|
||||||
var elmTestPath = path.join(binPath, "elm-test");
|
|
||||||
|
|
||||||
execSync(elmTestPath + " TestRunner.elm", { cwd: testDir, stdio: "inherit" });
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
var fs = require("fs");
|
|
||||||
var execSync = require("child_process").execSync;
|
|
||||||
var path = require("path");
|
|
||||||
var binPath = path.join(__dirname, "..", "..", "node_modules", ".bin");
|
|
||||||
var watchPath = path.join(binPath, "elm-live");
|
|
||||||
|
|
||||||
execSync(watchPath + " src/Main.elm --open -- --output=elm.js", { stdio: "inherit" });
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "elm-hub",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "Like GitHub, but for Elm stuff.",
|
|
||||||
"scripts": {
|
|
||||||
"build": "elm-make src/Main.elm --output elm.js",
|
|
||||||
"watch": "node watch.js",
|
|
||||||
"test": "node test.js",
|
|
||||||
"install": "npm run build"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/rtfeldman/elm-workshop.git"
|
|
||||||
},
|
|
||||||
"author": "Richard Feldman",
|
|
||||||
"license": "BSD-3-Clause",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/rtfeldman/elm-workshop/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/rtfeldman/elm-workshop#readme",
|
|
||||||
"devDependencies": {
|
|
||||||
"elm-live": "2.0.4",
|
|
||||||
"elm-test": "0.16.1-alpha3"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
var fs = require("fs");
|
|
||||||
var execSync = require("child_process").execSync;
|
|
||||||
var path = require("path");
|
|
||||||
var testDir = path.join(__dirname, "test");
|
|
||||||
var binPath = path.join(__dirname, "..", "..", "node_modules", ".bin");
|
|
||||||
var elmTestPath = path.join(binPath, "elm-test");
|
|
||||||
|
|
||||||
execSync(elmTestPath + " TestRunner.elm", { cwd: testDir, stdio: "inherit" });
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
var fs = require("fs");
|
|
||||||
var execSync = require("child_process").execSync;
|
|
||||||
var path = require("path");
|
|
||||||
var binPath = path.join(__dirname, "..", "..", "node_modules", ".bin");
|
|
||||||
var watchPath = path.join(binPath, "elm-live");
|
|
||||||
|
|
||||||
execSync(watchPath + " src/Main.elm --open -- --output=elm.js", { stdio: "inherit" });
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "elm-hub",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "Like GitHub, but for Elm stuff.",
|
|
||||||
"scripts": {
|
|
||||||
"build": "elm-make src/Main.elm --output elm.js",
|
|
||||||
"watch": "node watch.js",
|
|
||||||
"css": "../../node_modules/.bin/elm-css css/Stylesheets.elm",
|
|
||||||
"test": "node test.js",
|
|
||||||
"install": "npm run build"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/rtfeldman/elm-workshop.git"
|
|
||||||
},
|
|
||||||
"author": "Richard Feldman",
|
|
||||||
"license": "BSD-3-Clause",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/rtfeldman/elm-workshop/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/rtfeldman/elm-workshop#readme",
|
|
||||||
"devDependencies": {
|
|
||||||
"elm-live": "2.0.4",
|
|
||||||
"elm-test": "0.16.1-alpha3"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
var fs = require("fs");
|
|
||||||
var execSync = require("child_process").execSync;
|
|
||||||
var path = require("path");
|
|
||||||
var testDir = path.join(__dirname, "test");
|
|
||||||
var binPath = path.join(__dirname, "..", "..", "node_modules", ".bin");
|
|
||||||
var elmTestPath = path.join(binPath, "elm-test");
|
|
||||||
|
|
||||||
execSync(elmTestPath + " TestRunner.elm", { cwd: testDir, stdio: "inherit" });
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
var fs = require("fs");
|
|
||||||
var execSync = require("child_process").execSync;
|
|
||||||
var path = require("path");
|
|
||||||
var binPath = path.join(__dirname, "..", "..", "node_modules", ".bin");
|
|
||||||
var watchPath = path.join(binPath, "elm-live");
|
|
||||||
|
|
||||||
execSync(watchPath + " src/Main.elm --open -- --output=elm.js", { stdio: "inherit" });
|
|
||||||
Reference in New Issue
Block a user