Skip to content

Commit 81fb440

Browse files
committed
1.8.0-rc.1
1 parent 92fbc28 commit 81fb440

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "common-tags",
33
"description": "a few common utility template tags for ES2015",
4-
"version": "1.7.2",
4+
"version": "1.8.0-rc.1",
55
"author": "Declan de Wet <[email protected]>",
66
"bugs": {
77
"url": "http://github.com/declandewet/common-tags/issues"
@@ -77,7 +77,11 @@
7777
"jsnext:main": "es",
7878
"module": "es",
7979
"unpkg": "dist/common-tags.min.js",
80-
"files": ["dist", "es", "lib"],
80+
"files": [
81+
"dist",
82+
"es",
83+
"lib"
84+
],
8185
"repository": {
8286
"type": "git",
8387
"url": "https://github.com/declandewet/common-tags"

0 commit comments

Comments
 (0)