ha-nunjucks 0.0.12 → 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 -2
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -7,8 +7,6 @@
7
7
 
8
8
  [![Github][github]][github]
9
9
 
10
- <div style="max-width: 217px"><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"></a></div>
11
-
12
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.
13
11
 
14
12
  ## What is nunjucks?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ha-nunjucks",
3
- "version": "0.0.12",
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",