Skip to content

Commit

Permalink
1.8.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fatfisz committed May 27, 2018
1 parent 92fbc28 commit 81fb440
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "common-tags",
"description": "a few common utility template tags for ES2015",
"version": "1.7.2",
"version": "1.8.0-rc.1",
"author": "Declan de Wet <declandewet@me.com>",
"bugs": {
"url": "http://github.com/declandewet/common-tags/issues"
Expand Down Expand Up @@ -77,7 +77,11 @@
"jsnext:main": "es",
"module": "es",
"unpkg": "dist/common-tags.min.js",
"files": ["dist", "es", "lib"],
"files": [
"dist",
"es",
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/declandewet/common-tags"
Expand Down

0 comments on commit 81fb440

Please sign in to comment.