We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98b0ed commit 6a2ac25Copy full SHA for 6a2ac25
package.json
@@ -2,7 +2,7 @@
2
"author": "John Roepke <[email protected]> (http://john.sh/)",
3
"name": "twig",
4
"description": "JS port of the Twig templating language.",
5
- "version": "0.8.9",
+ "version": "0.9.0",
6
"homepage": "https://github.com/twigjs/twig.js",
7
"licenses": [
8
{
@@ -27,7 +27,7 @@
27
"postversion": "git push origin master && git push origin master --tags",
28
"test": "npm run build && mocha -r should",
29
"build-node": "webpack",
30
- "build-browser": "WEBPACK_ENV=browser webpack",
+ "build-browser": "WEBPACK_ENV=browser webpack",
31
"build": "npm run build-node && npm run build-browser"
32
},
33
"dependencies": {
0 commit comments