gulp-amd-wrap
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,1 +1,8 @@ | ||
## [1.0.5](https://github.com/searchfe/gulp-amd-wrap/compare/v1.0.4...v1.0.5) (2019-06-05) | ||
### Bug Fixes | ||
* trigger patch ([444395e](https://github.com/searchfe/gulp-amd-wrap/commit/444395e)) | ||
## [1.0.4](https://github.com/searchfe/gulp-amd-wrap/compare/v1.0.3...v1.0.4) (2019-06-05) | ||
@@ -2,0 +9,0 @@ |
export { amdWrap } from './hook'; | ||
export { absolutize } from './absolutize'; |
@@ -6,3 +6,3 @@ "use strict"; | ||
* @Last Modified by: qiansc | ||
* @Last Modified time: 2019-06-04 17:17:05 | ||
* @Last Modified time: 2019-06-05 17:33:33 | ||
*/ | ||
@@ -12,1 +12,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.amdWrap = hook_1.amdWrap; | ||
var absolutize_1 = require("./absolutize"); | ||
exports.absolutize = absolutize_1.absolutize; |
{ | ||
"name": "gulp-amd-wrap", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"discription": "gulp-amd-wrap", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -7,2 +7,3 @@ # gulp-amd-wrap | ||
[![npm downloads](http://img.shields.io/npm/dm/gulp-amd-wrap.svg)](https://www.npmjs.org/package/gulp-amd-wrap) | ||
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) | ||
@@ -82,4 +83,5 @@ gulp-amd-wrap是一个分析amd模块,并进行预编译处理的的gulp插件,主要完成根据依赖分析及项目路径生成模块声明及引用的moduleID,并封装成amd规范的模块。 | ||
## API | ||
[API DOC](https://searchfe.github.io/gulp-amd-wrap/) |
Sorry, the diff of this file is too big to display
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
594693
26
17325
86