Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgette committed Dec 30, 2015
1 parent f132e9c commit e810a71
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
@@ -1,13 +1,18 @@
{
"name": "fastlane-produce",
"version": "0.0.0",
"version": "1.0.0",
"description": "desc",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/Georgette/fastlane-produce.git"
},
"keywords": ["ios", "fastlane","produce", "wrapper"],
"keywords": [
"ios",
"fastlane",
"produce",
"wrapper"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Georgette/fastlane-produce/issues"
Expand All @@ -29,9 +34,9 @@
"snazzy": "~2.0.1",
"tape": "~4.2.1"
},
"engineStrict" : true,
"engineStrict": true,
"engines": {
"node": ">=4.0"
"node": ">=4.0"
},
"scripts": {
"test": "npm run -s faucet && npm run -s lint && npm run -s check-cover",
Expand Down

0 comments on commit e810a71

Please sign in to comment.