Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ShizukuIchi committed May 12, 2020
1 parent 035dc37 commit 0b57234
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "svelte-app",
"name": "pdf-editor",
"version": "1.0.0",
"author": "ShizukuIchi <[email protected]>",
"homepage": "https://pdf-editor.now.sh",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
Expand All @@ -9,7 +11,6 @@
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.1.2",
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^7.0.0",
"autoprefixer": "^9.7.6",
"open": "^7.0.3",
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ No install. No server. ¯\\\_(ツ)\_/¯ https://pdf-editor.now.sh

- Resize and move everything.
- Add signatures.
- Adjust line height, font size, font family.
- Mobile friendly.
- 支援中文(標楷體)。

Expand Down
2 changes: 0 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import svelte from 'rollup-plugin-svelte';
import open from 'open';
import resolve from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
import json from '@rollup/plugin-json';
import livereload from 'rollup-plugin-livereload';
import { terser } from 'rollup-plugin-terser';
import sveltePreprocess from 'svelte-preprocess';
Expand Down Expand Up @@ -34,7 +33,6 @@ export default {
dedupe: ['svelte'],
}),
commonjs(),
// json(),
!production && serve(),
!production && livereload('public'),
production && terser(),
Expand Down

0 comments on commit 0b57234

Please sign in to comment.