Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deecewan committed Jun 24, 2018
1 parent e0cd9a4 commit 955a27d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "circle-config-creator",
"version": "0.0.2",
"version": "0.1.0",
"main": "lib/index.js",
"repository": "https://github.com/deecewan/circle-config-creator",
"author": "David Buchan-Swanson <david.buchanswanson@gmail.com>",
Expand Down Expand Up @@ -39,6 +39,7 @@
"build:circle-config": "babel-node .circleci/config.js",
"format": "prettier --write 'src/**/*.js'",
"lint": "eslint src __tests__ .circleci",
"prepublish": "yarn build",
"test": "jest"
},
"dependencies": {
Expand Down

0 comments on commit 955a27d

Please sign in to comment.