Skip to content

Commit

Permalink
feat: Version 0.0.21 Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
theajack committed Aug 13, 2023
1 parent 48e8c05 commit 63114c3
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 22 deletions.
4 changes: 2 additions & 2 deletions packages/client-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "alins",
"version": "0.0.21",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/alins.umd.min.js",
"typings": "dist/alins.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client-reactive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "alins-reactive",
"version": "0.0.21",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/alins-reactive.umd.min.js",
"typings": "dist/alins-reactive.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "alins-standalone",
"version": "0.0.21",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/alins-standalone.umd.min.js",
"typings": "dist/alins-standalone.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "alins-utils",
"version": "0.0.21",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/alins-utils.umd.min.js",
"typings": "dist/alins-utils.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/compiler-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "alins-compiler-core",
"version": "0.0.21",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/alins-compiler-core.cjs.min.js",
"typings": "dist/alins-compiler-core.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/compiler-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "alins-compiler-web",
"version": "0.0.21",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/alins-compiler-web.umd.min.js",
"typings": "dist/alins-compiler-web.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "babel-preset-alins",
"version": "0.0.21",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/babel-preset-alins.cjs.min.js",
"typings": "dist/babel-preset-alins.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "babel-plugin-alins",
"version": "0.0.21",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/babel-plugin-alins.cjs.min.js",
"typings": "dist/babel-plugin-alins.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions packages/plugin-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-config-alins",
"version": "0.0.21",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "index.js",
"main": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -23,5 +23,6 @@
"dependencies": {
"@typescript-eslint/parser": "^6.3.0",
"eslint-plugin-react": "^7.33.1"
}
},
"typings": "src/index.ts"
}
4 changes: 2 additions & 2 deletions packages/plugin-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "vite-plugin-alins",
"version": "0.0.21",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/vite-plugin-alins.cjs.min.js",
"typings": "dist/vite-plugin-alins.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "alins-loader",
"version": "0.0.21",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/alins-loader.cjs.min.js",
"typings": "dist/alins-loader.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand Down

0 comments on commit 63114c3

Please sign in to comment.