Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit baa9566

Browse files
authored
Hotfix 0.1.5 (#63)
* Fix type on umd gulp script * 0.1.5
1 parent 84303ef commit baa9566

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ranndev/ui-guide",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Your UI guide helper for your application",
55
"main": "./dist/js/cjs/index.js",
66
"module": "./dist/js/esm/ui-guide.js",

tasks/js/umd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function transpile({ minified = false } = {}) {
4444
format: 'umd',
4545
name: config.js.rollup.browserName,
4646
sourcemap: true,
47-
globals: { 'popper.js': 'Poppoer' },
47+
globals: { 'popper.js': 'Popper' },
4848
}),
4949
);
5050
}

0 commit comments

Comments
 (0)