Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 46bc859

Browse files
committed
added build commands & npmignore
1 parent 3b430d3 commit 46bc859

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
RNMasonryExample

README.md

Whitespace-only changes.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "react-native-masonry-scrollview",
33
"version": "1.0.0",
4-
"description": "A React Native Masonry ScrollView that extends the in-built ScrollView component",
4+
"description": "A React Native Masonry ScrollView that extends the inbuilt ScrollView component",
5+
"scripts": {
6+
"build": "rm -rf ./lib && tsc -p ."
7+
},
58
"main": "lib/index.js",
69
"author": "DaniAkash <s.daniakash@gmail.com> (https://github.com/DaniAkash)",
710
"repository": "DaniAkash/react-native-masonry-scrollview",

0 commit comments

Comments
 (0)