@deemlol/next-icons 0.0.5 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
- "version": "0.0.5",
2
+ "version": "0.1.0",
3
3
  "name": "@deemlol/next-icons",
4
4
  "description": "A lightweight icon library for React and Next.js, designed for simplicity and seamless integration.",
5
- "types": "/dist/next-icons.d.ts",
5
+ "module": "dist/index.modern.js",
6
+ "types": "dist/next-icons.d.ts",
6
7
  "main": "dist/index.js",
7
8
  "scripts": {
8
9
  "format:check": "prettier --check .",
9
10
  "format:write": "prettier --write .",
10
- "build": "microbundle-crl --define process.env.NODE_ENV=production --compress --strict --format modern,cjs && npm run copytypes",
11
+ "build": "microbundle-crl --define process.env.NODE_ENV=production --compress --strict --format modern,cjs",
11
12
  "copytypes": "cp next-icons.d.ts dist/next-icons.d.ts",
12
13
  "start": "microbundle-crl watch --no-compress --format modern,cjs",
13
14
  "prepare": "run-s build",