Clear out a bunch of stuff we aren't using anymore.

This commit is contained in:
Richard Feldman
2016-03-24 22:05:27 -07:00
parent 9a18695bbb
commit 93780caa2c
24 changed files with 0 additions and 323 deletions

View File

@@ -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"
}
}

View File

@@ -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" });

View File

@@ -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"
}
}

View File

@@ -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" });

View File

@@ -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"
}
}

View File

@@ -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" });

View File

@@ -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"
}
}

View File

@@ -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" });

View File

@@ -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"
}
}

View File

@@ -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" });

View File

@@ -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" });

View File

@@ -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"
}
}

View File

@@ -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" });

View File

@@ -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

View File

@@ -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"
}
}

View File

@@ -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" });

View File

@@ -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" });

View File

@@ -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"
}
}

View File

@@ -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" });

View File

@@ -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" });

View File

@@ -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"
}
}

View File

@@ -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" });

View File

@@ -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" });