Skip to content

Commit

Permalink
upgrade (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangWeixian authored Mar 23, 2022
1 parent f6ec0bd commit f0b25db
Show file tree
Hide file tree
Showing 9 changed files with 1,606 additions and 2,789 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-years-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aiou/rollup-template": patch
---

upgrade eslint and rollup-plugin
5 changes: 5 additions & 0 deletions .changeset/neat-owls-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aiou/rollup-template": patch
---

defineconfig from rollup
5 changes: 5 additions & 0 deletions .changeset/old-pots-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aiou/rollup-template": minor
---

use mario
3 changes: 3 additions & 0 deletions .neo/.neorc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"mario": "@aiou/generator-aiou"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @aiou/rollup-template
*rollup-template for single lib*
*rollup-template for single lib in unbundle mode*

[![npm](https://img.shields.io/npm/v/@aiou/rollup-template)](https://github.com/spring-catponents/rollup-template) [![GitHub](https://img.shields.io/npm/l/@aiou/rollup-template)](https://github.com/spring-catponents/rollup-template) [![stackblitz](https://img.shields.io/badge/%E2%9A%A1%EF%B8%8Fstackblitz-online-blue)](https://stackblitz.com/github/spring-catponents/rollup-template)

Expand Down
50 changes: 30 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,41 @@
"name": "@aiou/rollup-template",
"version": "1.8.0",
"license": "MIT",
"homepage": "https://github.com/spring-catponents/rollup-template#readme",
"homepage": "https://github.com/neo-hack/rollup-template#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/spring-catponents/rollup-template.git"
"url": "git+https://github.com/neo-hack/rollup-template.git"
},
"bugs": {
"url": "https://github.com/spring-catponents/rollup-template/issues",
"url": "https://github.com/neo-hack/rollup-template/issues",
"email": "jiangweixian1994@gmail.com"
},
"author": {
"name": "JW",
"email": "jiangweixian1994@gmail.com",
"url": "https://twitter.com/jiangweixian"
},
"main": "lib/rollup-template.cjs.js",
"module": "lib/rollup-template.esm.js",
"browser": "lib/rollup-template.umd.js",
"typings": "lib/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"browser": "dist/rollup-template.umd.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf lib && rollup -c --silent",
"build": "rimraf dist && rollup -c --silent",
"dev": "rollup -c -w --silent",
"test": "jest",
"pretest": "pnpm run build",
"prepare": "husky install",
"release": "pnpm run build && np --no-cleanup --yolo --no-publish --any-branch",
"ci:version": "pnpx changeset version",
"ci:publish": "pnpx changeset publish",
"prepare": "husky install",
"ci:snapshot": "pnpx changeset version --snapshot beta",
"ci:prerelease": "pnpm run build && pnpx changeset publish --tag beta",
"lint:fix": "eslint . --fix"
Expand All @@ -42,24 +50,26 @@
"functional-md": "^1.1.0"
},
"devDependencies": {
"@aiou/eslint-config": "^0.3.2",
"@changesets/cli": "^2.17.0",
"@rollup/plugin-alias": "^3.1.4",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@aiou/eslint-config": "^0.5.1",
"@changesets/cli": "^2.21.1",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/jest": "27.0.2",
"@types/node": "^17.0.22",
"cz-emoji": "^1.3.1",
"eslint": "^7.31.0",
"husky": "^7.0.0",
"eslint": "^8.11.0",
"esrua": "^0.2.1",
"husky": "^7.0.4",
"jest": "27.2.5",
"lint-staged": "^11.0.1",
"np": "7.5.0",
"lint-staged": "^11.2.6",
"prettier": "2.4.1",
"pretty-quick": "3.1.1",
"rimraf": "3.0.2",
"rollup": "2.58.0",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.20",
"rollup-plugin-condition-exports": "^1.3.1",
"rollup-plugin-node-externals": "^4.0.0",
"rollup-plugin-size": "^0.2.2",
"rollup-plugin-typescript2": "0.30.0",
"ts-jest": "27.0.5",
"ts-node": "10.2.1",
Expand Down
Loading

0 comments on commit f0b25db

Please sign in to comment.