Skip to content

Commit

Permalink
1.0.1: Updated deps, fixed #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Download committed Feb 20, 2017
1 parent 5954820 commit 9604831
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ulog",
"version": "1.0.0",
"version": "1.0.1",
"description": "Microscopically small universal logging library",
"main": "node.js",
"browser": "browser.js",
Expand All @@ -12,7 +12,7 @@
"build": "cross-env NODE_ENV=production npm run -S build-all",
"release": "npm run -S clean && npm run -S build && npm run -S test",
"test": "mocha *.spec.js",
"test-dev": "webpack-dev-server --output-path test --output-filename ulog.spec.js \"mocha!./ulog.spec.js\" --content-base test --port 8888"
"test-dev": "webpack-dev-server --output-path /test --output-filename ulog.spec.js \"mocha-loader!./ulog.spec.js\" --content-base test --port 8888"
},
"keywords": [
"universal-components",
Expand Down Expand Up @@ -48,14 +48,14 @@
"homepage": "http://github.com/download/ulog",
"devDependencies": {
"chai": "^3.4.1",
"cross-env": "^3.0.0",
"mocha": "^3.0.2",
"mocha-loader": "^1.0.0",
"cross-env": "^3.1.4",
"mocha": "^3.2.0",
"mocha-loader": "^1.1.0",
"path": "^0.12.7",
"rimraf": "^2.5.4",
"sinon": "^2.0.0-pre",
"rimraf": "^2.6.0",
"sinon": "^2.0.0-pre.5",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
"webpack-dev-server": "^2.4.1"
},
"dependencies": {}
}

0 comments on commit 9604831

Please sign in to comment.