Created
February 26, 2016 13:10
-
-
Save joshwcomeau/9b04669af87679880bd2 to your computer and use it in GitHub Desktop.
Sample package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "redux-thunk", | |
"version": "1.0.3", | |
"main": "lib/index.js", | |
"files": [ | |
"lib", | |
"src" | |
], | |
"scripts": { | |
"build": "babel src --out-dir lib", | |
"prepublish": "npm run test && rimraf lib && npm run build", | |
}, | |
"author": "Dan Abramov <[email protected]>", | |
"license": "MIT" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment