Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Released v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Apr 10, 2016
1 parent 42c32bd commit 0be024e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-template-lint",
"version": "0.3.2",
"version": "0.3.3",
"description": "Lint your handlebars templates.",
"directories": {
"doc": "doc",
Expand Down Expand Up @@ -44,27 +44,25 @@
"ember-try": "^0.2.2",
"eslint-plugin-node": "^1.0.0",
"glob": "^7.0.0",
"loader.js": "^4.0.0",
"loader.js": "^4.0.1",
"mocha": "^2.4.5",
"mocha-eslint": "^2.0.1",
"mocha-only-detector": "^0.1.0",
"rimraf": "^2.5.2",
"loader.js": "^4.0.1"
"rimraf": "^2.5.2"
},
"keywords": [
"ember-addon"
],
"dependencies": {
"broccoli-persistent-filter": "^1.2.0",
"chalk": "^1.1.1",
"ember-cli-babel": "^5.1.5",
"ember-cli-babel": "^5.1.6",
"exists-sync": "0.0.3",
"hash-for-dep": "^1.0.2",
"htmlbars": "^0.14.16",
"js-string-escape": "^1.0.0",
"json-stable-stringify": "^1.0.1",
"md5-hex": "^1.2.1",
"ember-cli-babel": "^5.1.6"
"md5-hex": "^1.2.1"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down

0 comments on commit 0be024e

Please sign in to comment.