Skip to content

Commit

Permalink
use correct version number in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stoikerty committed Jan 4, 2017
1 parent b347e4a commit 0b57857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/dev-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev-toolkit",
"version": "5.5",
"version": "5.5.0",
"description": "Development Toolkit for React Veterans",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -70,7 +70,7 @@
"cross-spawn": "^4.0.0",
"css-loader": "^0.23.1",
"css-modules-require-hook": "^4.0.1",
"dynamic-pages": "^0.2",
"dynamic-pages": "^0.2.0",
"eazy-logger": "^3.0.2",
"errorhandler": "^1.4.3",
"eslint": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamic-pages",
"version": "0.2",
"version": "0.2.0",
"description": "Dynamic page-loading utilities for react-router",
"main": "dist/dynamicPages.js",
"scripts": {
Expand Down

0 comments on commit 0b57857

Please sign in to comment.