Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
causal-agent committed Jun 21, 2015
1 parent a57b237 commit ec349ee
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "careen",
"version": "0.0.0",
"version": "0.1.0",
"description": "SQL schema migration. Nothing more. Nothing less.",
"main": "index.js",
"main": "lib/index.js",
"bin": {
"careen": "bin/careen.js"
},
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
Expand Down

0 comments on commit ec349ee

Please sign in to comment.