Skip to content

Commit d039692

Browse files
author
Sepand Parhami
authored
Fix package.json module/main paths. (#8)
1 parent c6b3dc1 commit d039692

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@ampproject/animations",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "JavaScript animation functions and helpers.",
5-
"main": "dist/src/animations.js",
6-
"module": "dist/src/animations.mjs",
5+
"main": "dist/animations.js",
6+
"module": "dist/animations.mjs",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/ampproject/animations.git"

0 commit comments

Comments
 (0)