Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "maxstache", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Minimalist mustache template replacement", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -46,3 +46,3 @@ # maxstache | ||
### 25 lines is too much, make it shorter! | ||
Sure thing: | ||
:rotating_light: CODE GOLF INITIATED :rotating_light: | ||
```js | ||
@@ -53,6 +53,5 @@ module.exports = function maxstache (str, ctx) { | ||
``` | ||
:rotating_light: CODE GOLF :rotating_light: Shout out to | ||
[@divinegod](https://github.com/divinegod) and | ||
Shout out to [@divinegod](https://github.com/divinegod) and | ||
[@someoneweird](https://github.com/SomeoneWeird) for thinking of ways to do | ||
this in less lines (hint: I don't think it can). | ||
this in less lines (note: I don't think it can). | ||
@@ -59,0 +58,0 @@ ## License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5014
69