@nitunity/template-compiler
Advanced tools
Comparing version 0.0.4 to 0.0.5
const category = require('./src/Category'); | ||
const post = require('./src/Post'); | ||
const language = require('./src/Language'); | ||
const tag = require('./src/Tag'); | ||
module.exports = { category, post, language, tag }; | ||
module.exports = { category, post }; | ||
{ | ||
"name": "@nitunity/template-compiler", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": "nitunity-template-compiler", |
Sorry, the diff of this file is not supported yet
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
10431
15
45