Skip to content

Commit 43289fa

Browse files
committed
update package.json
1 parent f8349ca commit 43289fa

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "scramblejs",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "text animation library for browsers",
5+
"main": "dist/scramble.min.js",
56
"scripts": {
67
"build": "node scripts/build.js"
78
},
@@ -13,7 +14,10 @@
1314
"animation",
1415
"vanillajs"
1516
],
16-
"author": "Saravjeet 'Aman' Singh",
17+
"author": {
18+
"name": "Saravjeet 'Aman' Singh",
19+
"email": "saravjeetamansingh@gmail.com"
20+
},
1721
"license": "MIT",
1822
"bugs": {
1923
"url": "https://github.com/turtleDev/scramblejs/issues"

0 commit comments

Comments
 (0)