Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
using preversion to get the behavior I actually want
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkbw committed Jul 16, 2015
1 parent ce32630 commit 2c5b89c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@
"description": "A mixin to automatically generate created and updated Date attributes for loopback Models",
"main": "index.js",
"scripts": {
"prepublish": "gulp babel && npm test",
"pretest": "jscs ./es6/*.js && jshint ./es6/*.js",
"preversion": "npm test",
"pretest": "jscs ./es6/*.js && jshint ./es6/*.js && gulp babel",
"test": "nyc tap ./test/*.js",
"watch": "gulp",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"outdated": "npm outdated --depth=0"
},
"keywords": [
"loopback",
"strongloop"
"strongloop",
"mixin",
"timestamp"
],
"author": "Bryan Clark",
"license": "ISC",
Expand Down

0 comments on commit 2c5b89c

Please sign in to comment.