Skip to content

Commit dc6d2b6

Browse files
committed
chore: release v0.1.0
first release
1 parent 0be5b3f commit dc6d2b6

13 files changed

+26
-21
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## ✨ Features
66

77
* 💪 Fully Typed
8-
* 🌳 TreeShakable & SideEffects Free, Check out [Bundle Phobia](https://bundlephobia.com/result?p=sfc2esm)
8+
* 🌳 TreeShakable & SideEffects Free, Check out [Bundle Phobia](https://bundlephobia.com/result?p=vue-sfc2esm)
99
* 📁 Virtual File System (Support Compile `.vue/.js` File).
1010
* 👬 Friendly Error Tips
1111

@@ -17,9 +17,9 @@ This project is heavily inspired by [Vue Sfc Playground](https://github.com/vuej
1717
## 📦 Installation
1818

1919
```bash
20-
yarn add sfc2esm -S
20+
yarn add vue-sfc2esm -S
2121
or
22-
npm i sfc2esm -S
22+
npm i vue-sfc2esm -S
2323
```
2424

2525
## 💻 Development

lib/sfc2esm.umd.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/sfc2esm.cjs.js renamed to lib/vue-sfc2esm.cjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* sfc2esm v0.1.0
2+
* vue-sfc2esm v0.1.0
33
* (c) 2021 xiaoluoboding
44
* @license MIT
55
*/
File renamed without changes.

lib/sfc2esm.esm.js renamed to lib/vue-sfc2esm.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* sfc2esm v0.1.0
2+
* vue-sfc2esm v0.1.0
33
* (c) 2021 xiaoluoboding
44
* @license MIT
55
*/

lib/sfc2esm.umd.js renamed to lib/vue-sfc2esm.umd.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*!
2-
* sfc2esm v0.1.0
2+
* vue-sfc2esm v0.1.0
33
* (c) 2021 xiaoluoboding
44
* @license MIT
55
*/
66
(function (global, factory) {
77
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@vue/compiler-sfc'), require('@vue/shared'), require('vue'), require('@vue/compiler-sfc/dist/compiler-sfc.esm-browser'), require('crypto')) :
88
typeof define === 'function' && define.amd ? define(['exports', '@vue/compiler-sfc', '@vue/shared', 'vue', '@vue/compiler-sfc/dist/compiler-sfc.esm-browser', 'crypto'], factory) :
9-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.sfc2esm = {}, global.sfcCompiler, global.shared, global.Vue, global.sfcCompilerEsm, global.Crypto));
9+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['vue-sfc2esm'] = {}, global.sfcCompiler, global.shared, global.Vue, global.sfcCompilerEsm, global.Crypto));
1010
}(this, (function (exports, compilerSfc, shared, vue, defaultCompiler, Crypto) { 'use strict';
1111

1212
function _interopNamespace(e) {

lib/vue-sfc2esm.umd.min.js

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

0 commit comments

Comments
 (0)