Skip to content

Commit

Permalink
v2.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phensley committed Oct 11, 2019
1 parent 6ef75ba commit fa516a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squarespace/template-engine",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"description": "Squarespace template engine",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand All @@ -13,7 +13,7 @@
"build": "npm run build:cj && npm run build:es && npm run build:rollup",
"build:cj": "tsc",
"build:es": "tsc --module esnext --outDir lib-es",
"build:rollup": "NODE_ENV=production rollup -c && dts-bundle-generator -o ./dist/sqsptemplate1.umd.d.ts src/index.ts",
"build:rollup": "NODE_ENV=production rollup -c && dts-bundle-generator -o ./dist/sqsptemplate1.umd.d.ts src/index.ts",
"build:watch": "tsc --watch",
"clean": "rimraf dist lib lib-es coverage && jest --clearCache",
"depgraph": "depcruise -T dot -x tslib src | dot -T pdf > depgraph.pdf",
Expand Down Expand Up @@ -79,7 +79,7 @@
},
"files": [
"bin",
"dist",
"dist",
"lib",
"lib-es"
]
Expand Down

0 comments on commit fa516a3

Please sign in to comment.