From fcb4642302b9d38a962990a092ae73282cdcb5a9 Mon Sep 17 00:00:00 2001 From: Gustavo Henke Date: Thu, 30 Jul 2015 22:02:51 -0300 Subject: [PATCH] 1.0.0 --- package.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index cc86e1d..300a4c2 100644 --- a/package.json +++ b/package.json @@ -1,30 +1,30 @@ { - "name": "toposort-class", - "version": "1.0.0-beta", - "description": "Topological sort of directed acyclic graphs (like dependecy lists)", - "main": "./index.js", + "name": "toposort-class", + "version": "1.0.0", + "description": "Topological sort of directed acyclic graphs (like dependecy lists)", + "main": "./index.js", "devDependencies": { - "babel-eslint": "^4.0.5", - "eslint": "^0.24.1", - "grunt": "^0.4.5", - "grunt-babel": "^5.0.1", - "grunt-banner": "^0.4.0", - "grunt-contrib-clean": "^0.6.0", + "babel-eslint": "^4.0.5", + "eslint": "^0.24.1", + "grunt": "^0.4.5", + "grunt-babel": "^5.0.1", + "grunt-banner": "^0.4.0", + "grunt-contrib-clean": "^0.6.0", "grunt-contrib-uglify": "^0.9.1", - "matcha": "^0.6.0", - "mocha": "^2.2.5" + "matcha": "^0.6.0", + "mocha": "^2.2.5" }, - "scripts": { - "test": "mocha -b test", - "eslint": "eslint src/toposort.js test/spec.js Gruntfile.js", - "benchmark": "matcha benchmark/general.js", + "scripts": { + "test": "mocha -b test", + "eslint": "eslint src/toposort.js test/spec.js Gruntfile.js", + "benchmark": "matcha benchmark/general.js", "benchmark-save": "matcha -R csv benchmark/general.js > benchmark/results.csv" }, - "repository": { + "repository": { "type": "git", - "url": "https://github.com/gustavohenke/toposort.git" + "url": "https://github.com/gustavohenke/toposort.git" }, - "keywords": [ + "keywords": [ "topological", "sort", "sorting", @@ -36,11 +36,11 @@ "acyclic", "browser" ], - "author": [ + "author": [ "Marcel Klehr ", "Gustavo Henke ", "Aaron Trent " ], - "license": "MIT", - "readmeFilename": "README.md" + "license": "MIT", + "readmeFilename": "README.md" }