Skip to content

Commit

Permalink
Rename package, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gorner committed May 13, 2024
1 parent 8f8f81f commit 81493c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# broccoli-templater
[![Build Status](https://travis-ci.org/stefanpenner/broccoli-templater.svg?branch=master)](https://travis-ci.org/stefanpenner/broccoli-templater)

broccoli plugin that combines lodash.template and broccoli for fun stuff.
broccoli plugin that combines lodash's `_.template` and broccoli for fun stuff.

## example:

Expand Down
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "broccoli-templater",
"version": "2.0.2",
"name": "@gorner/broccoli-templater",
"version": "2.0.3",
"description": "easily use lodash templates to template many files",
"main": "index.js",
"scripts": {
Expand All @@ -9,18 +9,21 @@
},
"repository": {
"type": "git",
"url": "https://github.com/stefanpenner/broccoli-templater"
"url": "https://github.com/gorner/broccoli-templater"
},
"keywords": [
"broccoli-plugin",
"lodash.template"
"lodash"
],
"author": "Stefan Penner <[email protected]>",
"contributors": [
"Joshua Gorner"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/stefanpenner/broccoli-templater/issues"
"url": "https://github.com/gorner/broccoli-templater/issues"
},
"homepage": "https://github.com/stefanpenner/broccoli-templater",
"homepage": "https://github.com/gorner/broccoli-templater",
"dependencies": {
"broccoli-plugin": "^1.3.1",
"fs-tree-diff": "^0.5.9",
Expand Down

0 comments on commit 81493c0

Please sign in to comment.