Skip to content

Commit

Permalink
Update Boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Sep 3, 2015
1 parent 2db212e commit 8051019
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "jstransformer-es6-template-strings",
"version": "2.0.0",
"description": "es6-template-strings support for JSTransformers.",
"dependencies": {
"es6-template-strings": "^2.0.0"
},
"name": "jstransformer-es6-template-strings",
"version": "2.0.0",
"description": "es6-template-strings support for JSTransformers.",
"keywords": [
"jstransformer"
],
Expand All @@ -15,8 +15,8 @@
"test-jstransformer": "^1.0.0"
},
"scripts": {
"test": "test-jstransformer",
"coverage": "test-jstransformer coverage"
"coverage": "test-jstransformer coverage",
"test": "test-jstransformer"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8051019

Please sign in to comment.