Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "nant", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A 'not-another-templating-language' for javascripters", | ||
"main": "nant.js", | ||
"scripts": { | ||
"test": "test" | ||
"test": "mocha" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~0.4.2", | ||
"grunt-contrib-uglify": "~0.4.0", | ||
"grunt-mocha-test": "^0.12.1", | ||
"mocha": "^1.21.4" | ||
}, | ||
"keywords": [ | ||
@@ -10,0 +16,0 @@ "html", |
@@ -80,3 +80,3 @@ **nant** lets you generate your html templates with plain javascript (browser and server). | ||
You can pass nested tags as body (note you don'need to call `toString()` on nested tags**) | ||
You can pass nested tags as body (note you don'need to call `toString()` on nested tags) | ||
@@ -83,0 +83,0 @@ ```javascript |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
625
0
53568
4
9