Skip to content

Commit

Permalink
chore: remove semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Jun 17, 2019
1 parent ed69f05 commit 1602ca0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@dadi/api-mongodb",
"version": "0.0.0-development",
"version": "4.2.2",
"description": "A MongoDB adapter for DADI API",
"keywords": [
"dadi",
Expand All @@ -15,9 +15,7 @@
"main": "index.js",
"scripts": {
"test": "rm -rf config/mongodb.test.json && standard 'lib/**/*.js' | snazzy && env NODE_ENV=test ./node_modules/.bin/istanbul cover --report cobertura --report text --report html --report lcov ./node_modules/mocha/bin/_mocha test",
"posttest": "./scripts/coverage.js",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
"posttest": "./scripts/coverage.js"
},
"author": "James Lambie <jameslambie@gmail.com>",
"license": "ISC",
Expand All @@ -37,12 +35,10 @@
"env-test": "1.0.0",
"istanbul": "1.1.0-alpha.1",
"mocha": "5.2.0",
"semantic-release": "^15.8.1",
"should": "11.2.1",
"sinon": "4.4.3",
"snazzy": "7.0.0",
"standard": "8.x.x",
"travis-deploy-once": "^5.0.1"
"standard": "8.x.x"
},
"greenkeeper": {
"ignore": [
Expand Down

0 comments on commit 1602ca0

Please sign in to comment.