Skip to content

Commit

Permalink
Add build dir to package (duh) (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 authored Sep 14, 2020
1 parent fd25ffc commit df682cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "skeleton-kit",
"version": "1.0.0",
"version": "1.0.1",
"description": "Low maintenance, pixel perfect skeleton screens",
"homepage": "https://github.com/kumar303/skeleton-kit",
"keywords": ["react", "ui"],
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"files": [
"src/"
"build/"
],
"license": "MPL-2.0",
"scripts": {
Expand Down

0 comments on commit df682cd

Please sign in to comment.