Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
build: specify types
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed May 23, 2021
1 parent ef8fd3e commit 39a96a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/lucia.umd.js",
"module": "dist/lucia.esm.js",
"browser": "dist/lucia.min.js",
"types": "dist/types/index.d.ts",
"types": "dist/types/lucia.d.ts",
"scripts": {
"dev": "sh scripts/dev.sh",
"build": "rm -rf dist && rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import commonjs from '@rollup/plugin-commonjs';
import eslint from '@rollup/plugin-eslint';
import resolve from '@rollup/plugin-node-resolve';
import strip from '@rollup/plugin-strip';
import ts from '@wessberg/rollup-plugin-ts';
import filesize from 'rollup-plugin-filesize';
import { terser } from 'rollup-plugin-terser';
import ts from "@wessberg/rollup-plugin-ts";

const name = 'Lucia';

Expand Down

0 comments on commit 39a96a0

Please sign in to comment.