Skip to content

Commit bf527ed

Browse files
committed
feat(package): add engine-nunjucks to monorepo
closes #814
1 parent ec9249f commit bf527ed

14 files changed

Lines changed: 37 additions & 173 deletions

File tree

packages/engine-mustache/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Brian Muenzenmeyer, http://brianmuenzenmeyer.com & Brad Frost, http://bradfrostweb.com
3+
Copyright (c) 2018 Dan White, https://github.com/danwhite85 & Brian Muenzenmeyer, http://brianmuenzenmeyer.com & Brad Frost, http://bradfrostweb.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in
File renamed without changes.
File renamed without changes.

packages/patternengine-node-nunjucks/LICENSE renamed to packages/engine-nunjucks/LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013 Brad Frost, http://bradfrostweb.com & Dave Olsen, http://dmolsen.com & Brian Muenzenmeyer, http://brianmuenzenmeyer.com
3+
Copyright (c) 2018 Brian Muenzenmeyer, http://brianmuenzenmeyer.com & Brad Frost, http://bradfrostweb.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in
@@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1717
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1818
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1919
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

packages/patternengine-node-nunjucks/README.md renamed to packages/engine-nunjucks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Installing
44

5-
To install the Nunjucks engine in your edition, run `npm install patternengine-node-nunjucks`.
5+
To install the Nunjucks PatternEngine in your edition, run `npm install @pattern-lab/engine-nunjucks`.
66

77
## Supported features
88
- [x] [Includes](http://patternlab.io/docs/pattern-including.html)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"author": {
3+
"name": "Dan White"
4+
},
5+
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-nunjucks",
6+
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
7+
"deprecated": false,
8+
"description": "The nunjucks PatternEngine for Pattern Lab / Node",
9+
"dependencies": {
10+
"fs-extra": "^5.0.0",
11+
"nunjucks": "^3.0.1"
12+
},
13+
"devDependencies": {},
14+
"engines": {
15+
"node": ">=4.0"
16+
},
17+
"keywords": [
18+
"Pattern Lab",
19+
"Atomic Web Design",
20+
"Node",
21+
"Grunt",
22+
"Gulp",
23+
"Javascript",
24+
"Nunjucks"
25+
],
26+
"license": "MIT",
27+
"main": "lib/engine_nunjucks.js",
28+
"name": "@pattern-lab/engine-nunjucks",
29+
"scripts": {
30+
"test": "grunt travis --verbose"
31+
},
32+
"version": "0.1.3"
33+
}

0 commit comments

Comments
 (0)