Comparing version 1.3.0 to 1.3.1
@@ -18,3 +18,2 @@ // __Dependencies__ | ||
protect.property('hints', false); | ||
protect.property('relations', true); | ||
protect.property('select', ''); | ||
@@ -21,0 +20,0 @@ |
@@ -10,4 +10,3 @@ // __Dependencies__ | ||
'build', | ||
'options', | ||
'links' | ||
'options' | ||
]); |
@@ -9,3 +9,4 @@ // __Dependencies__ | ||
var plugins = { | ||
json: require('baucis-json') | ||
json: require('baucis-json'), | ||
links: require('baucis-links') | ||
}; | ||
@@ -80,1 +81,2 @@ | ||
plugins.json.apply(baucis); | ||
plugins.links.apply(baucis); |
@@ -9,3 +9,3 @@ { | ||
"homepage": "https://github.com/wprl/baucis", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"main": "index.js", | ||
@@ -42,3 +42,5 @@ "scripts": { | ||
"dependencies": { | ||
"baucis": "^1.3.0", | ||
"baucis-json": "^1.0.0", | ||
"baucis-links": "^1.0.0", | ||
"deco": "^0.12.0", | ||
@@ -45,0 +47,0 @@ "event-stream": "^3.3.0", |
@@ -1,2 +0,2 @@ | ||
# baucis v1.2 | ||
# baucis v1.3 | ||
@@ -3,0 +3,0 @@ [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/wprl/baucis?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
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
353542
9
56
4510
+ Addedbaucis@^1.3.0
+ Addedbaucis-links@^1.0.0
+ Addedbaucis-links@1.0.1(transitive)