[Pkg-javascript-commits] [node-lexical-scope] 63/83: move wacky testling config

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:45:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-lexical-scope.

commit 97d15e094f480051780f0fef39dec24380b1fdf2
Author: James Halliday <mail at substack.net>
Date:   Fri Jan 31 22:29:31 2014 -0800

    move wacky testling config
---
 package.json      | 100 ++++++++++++++++++++++++++++--------------------------
 test/package.json |   2 --
 test/testling.sh  |   4 ---
 3 files changed, 52 insertions(+), 54 deletions(-)

diff --git a/package.json b/package.json
index a39b85b..37d3e0f 100644
--- a/package.json
+++ b/package.json
@@ -1,50 +1,54 @@
 {
-    "name": "lexical-scope",
-    "version": "0.0.15",
-    "description": "detect global and local lexical identifiers from javascript source code",
-    "main": "index.js",
-    "dependencies": {
-        "astw": "~0.1.0"
-    },
-    "devDependencies": {
-        "tap": "~0.4.0",
-        "tape": "~0.3.3",
-        "brfs": "~0.0.3"
-    },
-    "scripts": {
-        "test": "tap test/*.js"
-    },
-    "testling" : {
-        "preprocess" : "./test/testling.sh",
-        "html" : "test/temp/test.html",
-        "browsers" : [
-            "ie/6", "ie/7", "ie/8", "ie/9", "ie/10",
-            "chrome/20", "chrome/latest",
-            "firefox/10", "firefox/15", "firefox/latest",
-            "safari/latest",
-            "opera/11.0", "opera/latest"
-        ]
-    },
-    "repository": {
-        "type": "git",
-        "url": "git://github.com/substack/lexical-scope.git"
-    },
-    "homepage": "https://github.com/substack/lexical-scope",
-    "keywords": [
-        "ast",
-        "variable",
-        "name",
-        "lexical",
-        "local",
-        "global",
-        "implicit",
-        "exported"
-    ],
-    "author": {
-        "name": "James Halliday",
-        "email": "mail at substack.net",
-        "url": "http://substack.net"
-    },
-    "license": "MIT"
+  "name": "lexical-scope",
+  "version": "0.0.15",
+  "description": "detect global and local lexical identifiers from javascript source code",
+  "main": "index.js",
+  "dependencies": {
+    "astw": "~0.1.0"
+  },
+  "devDependencies": {
+    "tape": "~2.4.1",
+    "brfs": "~0.0.3"
+  },
+  "scripts": {
+    "test": "tape test/*.js"
+  },
+  "testling": {
+    "browsers": [
+      "ie/6",
+      "ie/7",
+      "ie/8",
+      "ie/9",
+      "ie/10",
+      "chrome/20",
+      "chrome/latest",
+      "firefox/10",
+      "firefox/15",
+      "firefox/latest",
+      "safari/latest",
+      "opera/11.0",
+      "opera/latest"
+    ]
+  },
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/substack/lexical-scope.git"
+  },
+  "homepage": "https://github.com/substack/lexical-scope",
+  "keywords": [
+    "ast",
+    "variable",
+    "name",
+    "lexical",
+    "local",
+    "global",
+    "implicit",
+    "exported"
+  ],
+  "author": {
+    "name": "James Halliday",
+    "email": "mail at substack.net",
+    "url": "http://substack.net"
+  },
+  "license": "MIT"
 }
-
diff --git a/test/package.json b/test/package.json
index 10dcae1..21c4e9c 100644
--- a/test/package.json
+++ b/test/package.json
@@ -1,5 +1,3 @@
 {
-  "name": "lexical-scope-test",
-  "version": "0.0.0",
   "browserify": { "transform": "brfs" }
 }
diff --git a/test/testling.sh b/test/testling.sh
deleted file mode 100755
index a18b5ee..0000000
--- a/test/testling.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-mkdir -p test/temp
-echo '<script src="bundle.js"></script>' > test/temp/test.html
-browserify -t brfs test/*.js -o test/temp/bundle.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-lexical-scope.git



More information about the Pkg-javascript-commits mailing list