From e2528e55b29bd28355a857129a2108585fa13d4e Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 31 Dec 2013 17:12:08 -0800 Subject: [PATCH] package.json formatting --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index f860544..da1c287 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "browserify": "*", "tape": "*" }, - "repository": { - "type": "git", - "url": "git://github.com/feross/native-buffer-browserify.git" + "scripts": { + "test": "tape test/*.js", + "perf": "cd perf/solo && browserify --debug readUInt32BE.js > bundle.js && open index.html" }, "testling": { "files": "test/*.js", @@ -28,6 +28,10 @@ "ipad/6" ] }, + "repository": { + "type": "git", + "url": "git://github.com/feross/native-buffer-browserify.git" + }, "keywords": [ "buffer", "browserify", @@ -42,9 +46,5 @@ "Romain Beauxis ", "James Halliday " ], - "scripts": { - "test": "tape test/*.js", - "perf": "cd perf/solo && browserify --debug bracket-notation.js > bundle.js && open index.html" - }, "license": "MIT" } -- 2.34.1