Comparing version 0.0.10 to 0.1.0
@@ -13,2 +13,4 @@ 'use strict'; | ||
var transform = require('./transform'); | ||
module.exports = { | ||
@@ -19,3 +21,4 @@ jsep: jsep, | ||
stringify: stringify, | ||
validate: validate | ||
validate: validate, | ||
transform: transform | ||
}; |
{ | ||
"name": "jsexp", | ||
"version": "0.0.10", | ||
"version": "0.1.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
33886
1066