mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-26 05:25:23 +08:00
Add source files to published package
This commit is contained in:
committed by
Nicolas Gallagher
parent
5032ed6fe1
commit
945fff0015
@@ -4,7 +4,9 @@
|
||||
"description": "React Native for Web",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
"dist"
|
||||
"dist",
|
||||
"src",
|
||||
"!**/__tests__"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "del ./dist && mkdir dist && babel src -d dist --ignore **/__tests__",
|
||||
|
||||
Reference in New Issue
Block a user