Quellcode durchsuchen

chore: modify pack module name

hujinliang vor 5 Jahren
Ursprung
Commit
9283cb7a05
5 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  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) {

Datei-Diff unterdrückt, da er zu groß ist
+ 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"
     },

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.