Skip to content

Commit

Permalink
Scope package
Browse files Browse the repository at this point in the history
  • Loading branch information
SvanBoxel committed Jul 4, 2020
1 parent 0e9e5db commit 8d553a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "visibility-sensor-react-native",
"name": "@svanboxel/visibility-sensor-react-native",
"version": "1.0.0",
"description": "React Native component that helps with determining whether a component is in the viewport.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/SvanBoxel/visibility-sensor-react-native.git"
},
"scripts": {
"build": "rollup -c",
"build-watch": "rollup -c -w",
Expand Down

0 comments on commit 8d553a2

Please sign in to comment.