forked from mozilla/nunjucks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix postinstall-build packaging issue, v3.1.2
- Loading branch information
Showing
3 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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" | ||
|
File renamed without changes.