We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8349ca commit 43289faCopy full SHA for 43289fa
1 file changed
package.json
@@ -1,7 +1,8 @@
1
{
2
"name": "scramblejs",
3
- "version": "0.0.0",
+ "version": "1.0.0",
4
"description": "text animation library for browsers",
5
+ "main": "dist/scramble.min.js",
6
"scripts": {
7
"build": "node scripts/build.js"
8
},
@@ -13,7 +14,10 @@
13
14
"animation",
15
"vanillajs"
16
],
- "author": "Saravjeet 'Aman' Singh",
17
+ "author": {
18
+ "name": "Saravjeet 'Aman' Singh",
19
+ "email": "saravjeetamansingh@gmail.com"
20
+ },
21
"license": "MIT",
22
"bugs": {
23
"url": "https://github.com/turtleDev/scramblejs/issues"
0 commit comments