@stamp/init-property
Advanced tools
Comparing version 0.1.2 to 0.1.3
var compose = require('@stamp/compose'); | ||
var InitProperty = require('..'); | ||
describe('@stamp/InitProperty', function () { | ||
describe('@stamp/init-property', function () { | ||
it('creates sub instance from stamps assigned to properties', function () { | ||
@@ -6,0 +6,0 @@ var SubStamp1 = compose({ |
{ | ||
"name": "@stamp/init-property", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Replaces properties which reference stamps with objects created from the stamps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4991