@appcominteractive/appcom-hapi-documentation
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -100,3 +100,3 @@ 'use strict'; | ||
exports.register.attributes = { | ||
pkg: require('./package.json') // eslint-disable-line | ||
pkg: require('../package.json') // eslint-disable-line | ||
}; |
{ | ||
"name": "@appcominteractive/appcom-hapi-documentation", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "This is a node module to generify and simplify documentation of hapi.js api gateways", | ||
@@ -5,0 +5,0 @@ "main": "distribution/index.js", |
18167