Skip to content

Instantly share code, notes, and snippets.

@joshwcomeau
Created February 26, 2016 13:10
Show Gist options
  • Save joshwcomeau/9b04669af87679880bd2 to your computer and use it in GitHub Desktop.
Save joshwcomeau/9b04669af87679880bd2 to your computer and use it in GitHub Desktop.
Sample package
{
"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