Skip to content

Commit

Permalink
Fix postinstall-build packaging issue, v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Feb 24, 2018
1 parent 9f1b7da commit 323dabe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ Changelog
=========


3.1.2-dev.1 (unreleased)
------------------------


3.1.1 (Feb 23 2018)
3.1.2 (Feb 23 2018)
-------------------

* Fix regression to make `chokidar` an optional dependency again. Fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nunjucks",
"description": "A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)",
"version": "3.1.2-dev.1",
"version": "3.1.2",
"author": "James Long <[email protected]>",
"dependencies": {
"a-sync-waterfall": "^1.0.0",
Expand Down Expand Up @@ -72,7 +72,7 @@
"codecov": "codecov",
"mocha": "mocha -R spec tests",
"lint": "eslint nunjucks scripts tests",
"postinstall": "node scripts/postinstall-build.js src",
"postinstall": "node postinstall-build.js src",
"test:instrument": "cross-env NODE_ENV=test scripts/bundle.js",
"test:runner": "cross-env NODE_ENV=test scripts/testrunner.js",
"test": "npm run lint && npm run test:instrument && npm run test:runner"
Expand Down
File renamed without changes.

0 comments on commit 323dabe

Please sign in to comment.