Skip to content

Commit 2f034d2

Browse files
author
Rodrigo Solis
committed
1.0.2
1 parent 3eb2ee0 commit 2f034d2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "react-placehodl",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "React placeholders made simple.",
55
"source": "src/index.js",
66
"main": "lib/index.js",
7-
"files": ["lib"],
7+
"files": [
8+
"lib"
9+
],
810
"scripts": {
911
"build": "babel ./src --out-dir ./lib",
1012
"build:watch": "babel ./src --out-dir ./lib --watch",

0 commit comments

Comments
 (0)