ha-nunjucks 0.0.10 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -5
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -1,6 +1,5 @@
1
1
  # ha-nunjucks
2
2
 
3
- [![GitHub Release][releases-shield]][releases]
4
3
  [![License][license-shield]](LICENSE.md)
5
4
  ![Project Maintenance][maintenance-shield]
6
5
  [![GitHub Activity][last-commit-shield]][commits]
@@ -8,8 +7,6 @@
8
7
 
9
8
  [![Github][github]][github]
10
9
 
11
- <a href="https://www.buymeacoffee.com/nerwyn" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" style="height: 60px !important; max-width: 30% !important;" ></a>
12
-
13
10
  A simple wrapper for [nunjucks](https://www.npmjs.com/package/nunjucks) for use with Home Assistant frontend custom components to render [templates](https://www.home-assistant.io/docs/configuration/templating/). This repository offers an easy way for developers to add templating support to Home Assistant custom cards.
14
11
 
15
12
  ## What is nunjucks?
@@ -86,6 +83,4 @@ Functions that are not from the Home Assistant templating documentation
86
83
  [forum]: https://community.home-assistant.io/t/ha-nunjucks/
87
84
  [license-shield]: https://img.shields.io/github/license/Nerwyn/service-call-tile-feature.svg?style=for-the-badge
88
85
  [maintenance-shield]: https://img.shields.io/badge/maintainer-Nerwyn-blue.svg?style=for-the-badge
89
- [releases-shield]: https://img.shields.io/github/release/Nerwyn/ha-nunjucks.svg?style=for-the-badge
90
- [releases]: https://github.com/nerwyn/ha-nunjucks/releases
91
86
  [github]: https://img.shields.io/github/followers/Nerwyn.svg?style=social
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ha-nunjucks",
3
- "version": "0.0.10",
3
+ "version": "0.0.13",
4
4
  "description": "Wrapper for nunjucks for use with Home Assistant frontend custom components to render templates",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -9,8 +9,7 @@
9
9
  "prelint": "tsc --noemit",
10
10
  "lint": "eslint ./src --fix --ext .ts --config ./.eslintrc.js",
11
11
  "pretty-quick": "pretty-quick",
12
- "huskyinstall": "husky install",
13
- "publish": "npm publish"
12
+ "huskyinstall": "husky install"
14
13
  },
15
14
  "author": "Nerwyn",
16
15
  "license": "ISC",