Comparing version 0.6.6 to 0.6.7
{ | ||
"name": "annotate", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"main": "./lib/annotate.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -5,3 +5,3 @@ { | ||
"author": "Juho Vepsalainen <bebraw@gmail.com>", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
@@ -13,4 +13,4 @@ "dependencies": { | ||
"devDependencies": { | ||
"suite.js": "== 0.5.4", | ||
"funkit": "== 0.5.1" | ||
"suite.js": "== 0.6.0", | ||
"funkit": "== 0.7.7" | ||
}, | ||
@@ -17,0 +17,0 @@ |
@@ -1,6 +0,6 @@ | ||
# annotate.js - Asserts your function invariants | ||
# annotate - Annotate your JavaScript function definitions | ||
`annotate.js` allows you to attach certain metadata to your functions. For | ||
instance you could document invariants of your function this way. In | ||
addition you can attach an optional description you can access later on. | ||
`annotate` allows you to ... guess what ... annotate your functions. For | ||
instance you could document invariants of your function. Or attach a | ||
description to it. It is possible to access this data later on. | ||
@@ -69,3 +69,3 @@ This metadata can be used by tools such as [suite.js](https://github.com/bebraw/suite.js) | ||
`annotate.js` is available under MIT. See LICENSE for more details. | ||
`annotate` is available under MIT. See LICENSE for more details. | ||
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
12094