Skip to content

Commit

Permalink
updated code
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Sep 2, 2021
1 parent 09266a5 commit 4c94108
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 138 deletions.
36 changes: 0 additions & 36 deletions .github/CONTRIBUTING.es.md

This file was deleted.

34 changes: 0 additions & 34 deletions .github/CONTRIBUTING.fr-FR.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: element-plus
open_collective: crawlab-ui
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
Expand Down
64 changes: 0 additions & 64 deletions .github/azure-pipelines.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '12.20.2'
registry-url: https://registry.npmjs.com/
- name: Get version
run: echo "TAG_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion scripts/gen-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ${exportLines.map(l => ' ' + l).join('\n')}
const genRootIndex = () => {
const exportLines = EXPORT_MODULES.map(m => `export * from './${m}';`)
const content = `${exportLines.join('\n')}
export {default as App} from './App.vue';`
export * from './package';`
fs.writeFileSync('./src/index.ts', content)
}

Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './components';
export * from './layouts';
export * from './package';
export * from './package';

0 comments on commit 4c94108

Please sign in to comment.