egjs-jsdoc-template
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -122,2 +122,13 @@ /** | ||
}] | ||
}, | ||
/* | ||
* Alternative task to apply on changed module dir in NPM3 | ||
*/ | ||
pluginForNewNPM: { | ||
files: [{ | ||
src: 'jsdoc-plugin/*.js', | ||
dest: 'node_modules/jsdoc/plugins/', | ||
flatten : true, | ||
expand : true | ||
}] | ||
} | ||
@@ -151,2 +162,3 @@ } | ||
'copy:plugin', | ||
'copy:pluginForNewNPM', | ||
'jsdoc:doc' | ||
@@ -159,4 +171,5 @@ ]); | ||
'copy:plugin', | ||
'copy:pluginForNewNPM', | ||
'jsdoc:egjs' | ||
]); | ||
}; |
{ | ||
"name": "egjs-jsdoc-template", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "egjs template for JSDoc 3", | ||
"main": "Gruntfile.js", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"taffydb": "https://github.com/hegemonic/taffydb/tarball/7d100bcee0e997ee4977e273cdce60bd8933050e" | ||
}, | ||
"devDependencies": { | ||
@@ -8,0 +10,0 @@ "connect-livereload": "~0.3.2", |
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
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
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
640724
1949
1
1