Skip to content

Commit 67bc905

Browse files
committed
fix: corrigir package
1 parent f103948 commit 67bc905

File tree

2 files changed

+154
-3
lines changed

2 files changed

+154
-3
lines changed

package-lock.json

+152-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "timer",
33
"version": "1.0.0",
44
"description": "",
5-
"main": "index.html",
65
"scripts": {
76
"dev": "parcel index.html",
87
"build": "parcel build index.html"
@@ -11,6 +10,7 @@
1110
"author": "",
1211
"license": "ISC",
1312
"devDependencies": {
14-
"parcel": "^2.13.3"
13+
"parcel": "^2.13.3",
14+
"svgo": "^3.3.2"
1515
}
1616
}

0 commit comments

Comments
 (0)