Skip to content

Commit

Permalink
Call it v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dknutsen committed Apr 5, 2019
1 parent b277324 commit 0e1a7b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-needs-async",
"version": "0.2.1",
"version": "0.2.2",
"description": "Declarative, composable primitives for loading and rendering async data directly from templates.",
"keywords": [
"ember-addon"
Expand All @@ -22,7 +22,8 @@
"lint:js": "eslint .",
"start": "ember serve",
"test": "ember test",
"test:all": "ember try:each"
"test:all": "ember try:each",
"publish": "ember deploy production && npm publish"
},
"dependencies": {
"ember-cli-babel": "^7.1.2",
Expand Down

0 comments on commit 0e1a7b2

Please sign in to comment.