Skip to content

Commit

Permalink
0.2.12: remove readmeFilename key from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Aug 24, 2015
1 parent db79641 commit 60df92c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "toposort",
"version": "0.2.11",
"version": "0.2.12",
"description": "Topological sort of directed ascyclic graphs (like dependecy lists)",
"main": "index.js",
"scripts": {
Expand All @@ -25,6 +25,5 @@
"acyclic"
],
"author": "Marcel Klehr <mklehr@gmx.net>",
"license": "MIT",
"readmeFilename": "README.md"
"license": "MIT"
}

0 comments on commit 60df92c

Please sign in to comment.