Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile with Babel #3

Merged
merged 3 commits into from
Feb 11, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: don't publish src/ and .babelrc
  • Loading branch information
motiz88 committed Feb 11, 2018
commit 1c28daee5d0aa912a2b66b681ef3da576f934141
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
.vscode
jest.config.js
.babelrc.dist.js
src
.babelrc
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A tiny language for arithmetic over React Native's Animated values.",
"main": "index.js",
"react-native": {
"./index.js": "src/runtime/index.js"
"./index.js": "dist/runtime/index.js"
},
"scripts": {
"test": "jest",
Expand Down