Comparing version
{ | ||
"name": "js-graph", | ||
"version": "1.1.0-alpha", | ||
"version": "1.1.1-alpha", | ||
"title": "Javascript Graph Datastructure", | ||
@@ -58,4 +58,5 @@ "homepage": "https://github.com/mhelvens/js-graph", | ||
"build": "mkdir -p dist && cp src/js-graph.es6.js dist && webpack && uglifyjs dist/js-graph.js -mo dist/js-graph.min.js --in-source-map dist/js-graph.js.map --source-map dist/js-graph.min.js.map", | ||
"test": "karma start" | ||
"test": "karma start", | ||
"test-ci": "karma start ./karma.ci.conf.js" | ||
} | ||
} |
@@ -12,5 +12,5 @@ js-graph | ||
The library is fully functional and has 100% test-coverage, but the API is not yet | ||
properly documented. You could, of course, read the tests in the `spec` directory, but | ||
properly documented. You could, of course, read the tests in the `test` directory, but | ||
user-friendly API documentation is forthcoming. | ||
Feedback of any kind (questions, issues, pull requests) is greatly appreciated. |
159077
0.63%11
22.22%1787
2.58%8
-90.24%