Browse Source

chore: modify pack module name

hujinliang 5 years ago
parent
commit
9283cb7a05
5 changed files with 4 additions and 4 deletions
  1. 1 1
      web/dist/vap.js
  2. 0 0
      web/dist/vap.min.js
  3. 1 1
      web/package.json
  4. 1 1
      web/rollup.config.dist.js
  5. 1 1
      web/rollup.config.js

+ 1 - 1
web/dist/vap.js

@@ -1,7 +1,7 @@
 (function (global, factory) {
   typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
   typeof define === 'function' && define.amd ? define(factory) :
-  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.howLongUntilLunch = factory());
+  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Vap = factory());
 }(this, (function () { 'use strict';
 
   function _arrayWithHoles(arr) {

File diff suppressed because it is too large
+ 0 - 0
web/dist/vap.min.js


+ 1 - 1
web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "video-animation-player",
-  "version": "0.1.9",
+  "version": "0.2.0",
   "description": "webgl动画特效组件",
   "main": "dist/vap.js",
   "scripts": {

+ 1 - 1
web/rollup.config.dist.js

@@ -10,7 +10,7 @@ export default [
   {
     input: "src/index.ts",
     output: {
-      name: "howLongUntilLunch",
+      name: "Vap",
       file: "dist/vap.min.js",
       format: "umd"
     },

+ 1 - 1
web/rollup.config.js

@@ -9,7 +9,7 @@ export default [
   {
     input: "src/index.ts",
     output: {
-      name: "howLongUntilLunch",
+      name: "Vap",
       file: "dist/vap.js",
       format: "umd"
     },

Some files were not shown because too many files changed in this diff