Skip to content

Commit

Permalink
fix installation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
robhicks committed Apr 1, 2017
1 parent ce56504 commit 40f69d9
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 477 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = function(config) {
'test.js'
],
frameworks: ['mocha', 'chai'],
logLevel: 'ERROR',
logLevel: config.LOG_ERROR,
preprocessors: {
'assets/**/test/**/*.js': ['babel'],
'dist/modules/**/*.js': 'coverage'
Expand Down
16 changes: 6 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
{
"name": "esnext-router",
"version": "1.0.5",
"description": "Tiny es2015 JavaScript Router with named parameters, HTML5 pushState and express-like Middleware support",
"version": "1.0.6",
"description": "Tiny es2015 JavaScript Router with named parameters, HTML5 pushState and express-like middleware support",
"main": "dist/esnext-router.iife.js",
"module": "dist/esnext-router.es.js",
"main": "src/Router.js",
"jsnext:main": "src/Router.js",
"scripts": {
"karma": "karma start karma.conf.js",
"test": "karma start karma.conf.js --single-run",
"build": "rollup -cw"
},
"format": "esm",
"registry": "npm",
"repository": {
"type": "git",
"url": "git+https://github.com/robhicks/es2015-router.git"
"url": "git+https://github.com/robhicks/esnext-router.git"
},
"keywords": [
"JavaScript",
Expand All @@ -29,11 +26,10 @@
"author": "Rob Hicks <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/robhicks/es2015-router/issues"
"url": "https://github.com/robhicks/esnext-router/issues"
},
"homepage": "https://github.com/robhicks/es2015-router#readme",
"homepage": "https://github.com/robhicks/esnext-router#readme",
"engines": {
"node": "6.x"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down
213 changes: 0 additions & 213 deletions reports/coverage/html/base.css

This file was deleted.

80 changes: 0 additions & 80 deletions reports/coverage/html/index.html

This file was deleted.

1 change: 0 additions & 1 deletion reports/coverage/html/prettify.css

This file was deleted.

1 change: 0 additions & 1 deletion reports/coverage/html/prettify.js

This file was deleted.

Binary file removed reports/coverage/html/sort-arrow-sprite.png
Binary file not shown.
Loading

0 comments on commit 40f69d9

Please sign in to comment.