Skip to content

Commit 6a2ac25

Browse files
committed
0.9.0
1 parent f98b0ed commit 6a2ac25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "John Roepke <[email protected]> (http://john.sh/)",
33
"name": "twig",
44
"description": "JS port of the Twig templating language.",
5-
"version": "0.8.9",
5+
"version": "0.9.0",
66
"homepage": "https://github.com/twigjs/twig.js",
77
"licenses": [
88
{
@@ -27,7 +27,7 @@
2727
"postversion": "git push origin master && git push origin master --tags",
2828
"test": "npm run build && mocha -r should",
2929
"build-node": "webpack",
30-
"build-browser": "WEBPACK_ENV=browser webpack",
30+
"build-browser": "WEBPACK_ENV=browser webpack",
3131
"build": "npm run build-node && npm run build-browser"
3232
},
3333
"dependencies": {

0 commit comments

Comments
 (0)