Skip to content

Commit

Permalink
Add style attribute to package.json (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner authored and jstejada committed May 17, 2019
1 parent ec490e4 commit f68bcb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Typing animations with React",
"main": "dist/Typist.js",
"files": ["dist", "src"],
"style": "dist/Typist.css",
"scripts": {
"dist": "webpack --config webpack.dist.config.js",
"standalone": "webpack --config webpack.standalone.config.js",
Expand Down

0 comments on commit f68bcb3

Please sign in to comment.