package.json in foreman_acd-0.9.2 vs package.json in foreman_acd-0.9.2.1

- old
+ new

@@ -1,8 +1,8 @@ { "name": "foreman_acd", - "version": "0.9.2", + "version": "0.9.2.1", "description": "foreman application centric deployment", "main": "index.js", "directories": { "test": "test" }, @@ -17,10 +17,11 @@ "babel-plugin-transform-class-properties": "^6.24.1", "babel-preset-env": "^1.6.0", "babel-preset-react": "^6.24.1", "jest": "^23.6.0", "jest-prop-type-error": "^1.1.0", - "react-redux-test-utils": "^0.1.1" + "react-redux-test-utils": "^0.1.1", + "sortabular": "^1.5.1" }, "scripts": { "test": "node node_modules/.bin/jest --no-cache" }, "repository": {