ember-redux-thunk-shim
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -0,1 +1,5 @@ | ||
# 1.1.2 | ||
* **Fixed** build to publish. | ||
# 1.1.1 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "ember-redux-thunk-shim", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "redux-thunk for Ember apps", | ||
@@ -11,7 +11,6 @@ "directories": { | ||
"build": "ember build", | ||
"lint": "npm run lint-js && npm run lint-md", | ||
"lint-js": "eslint *.js addon app blueprints config tests", | ||
"lint-md": "remark *.md", | ||
"lint": "lint-all-the-things", | ||
"start": "ember server", | ||
"test": "npm run lint && ember test" | ||
"test": "npm run lint && npm run test-addon", | ||
"test-addon": "EMBER_TRY_SCENARIO=${EMBER_TRY_SCENARIO:=default} && ember try:one $EMBER_TRY_SCENARIO --- COVERAGE=true ember test" | ||
}, | ||
@@ -39,3 +38,3 @@ "repository": { | ||
"ember-cli-inject-live-reload": "^1.6.1", | ||
"ember-cli-mocha": "0.13.1", | ||
"ember-cli-mocha": "0.13.2", | ||
"ember-cli-test-loader": "^1.1.1", | ||
@@ -48,8 +47,5 @@ "ember-cli-uglify": "^1.2.0", | ||
"ember-symbol-observable": "0.1.2", | ||
"eslint": "^3.13.1", | ||
"eslint-config-frost-standard": "^5.3.2", | ||
"ember-test-utils": "^1.10.3", | ||
"loader.js": "^4.1.0", | ||
"redux-thunk": "2.2.0", | ||
"remark-cli": "^2.1.0", | ||
"remark-lint": "^5.4.0" | ||
"redux-thunk": "2.2.0" | ||
}, | ||
@@ -56,0 +52,0 @@ "keywords": [ |
18
6176