timekeeper
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "timekeeper" | ||
, "description": "Easy testing of time-dependent code." | ||
, "version": "0.0.5" | ||
, "keywords": ["fake date", "date test", "mocking date"] | ||
, "author": "Veselin Todorov <hi@vesln.com>" | ||
, "contributors": [ | ||
{"name": "Oleg Slobodskoi", "email": "oleg008@gmail.com"} | ||
, {"name": "Guilherme Tramontina", "email": "guilherme.tramontina@gmail.com"} | ||
"name": "timekeeper", | ||
"description": "Easy testing of time-dependent code.", | ||
"version": "0.1.1", | ||
"keywords": [ | ||
"fake date", | ||
"date test", | ||
"mocking date" | ||
], | ||
"author": "Veselin Todorov <hi@vesln.com>", | ||
"contributors": [ | ||
{ | ||
"name": "Oleg Slobodskoi", | ||
"email": "oleg008@gmail.com" | ||
}, | ||
{ | ||
"name": "Guilherme Tramontina", | ||
"email": "guilherme.tramontina@gmail.com" | ||
} | ||
], | ||
"homepage": "http://github.com/vesln/timekeeper", | ||
"main": "./lib/timekeeper.js", | ||
"moduleType": [ | ||
"globals", | ||
"node" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test" | ||
] | ||
, "homepage": "http://github.com/vesln/timekeeper" | ||
, "main": "./lib/timekeeper.js" | ||
, "moduleType": ["globals", "node"] | ||
, "license": "MIT" | ||
, "ignore": [ | ||
"**/.*" | ||
, "node_modules" | ||
, "bower_components" | ||
, "test" | ||
] | ||
} |
{ | ||
"name": "timekeeper", | ||
"description": "Easy testing of time-dependent code.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"keywords": [ | ||
@@ -18,5 +18,5 @@ "fake date", | ||
"chai": "^1.9.2", | ||
"jack": "0.0.2", | ||
"mocha": "^2.0.1", | ||
"mocha-phantomjs": "^4.0.2" | ||
"mocha-phantomjs": "^4.0.2", | ||
"mversion": "^1.10.1" | ||
}, | ||
@@ -23,0 +23,0 @@ "repository": { |
@@ -88,2 +88,12 @@ # timekeeper | ||
## Releases | ||
For maintainers only. `mversion` is used as a substitute for `npm version` to | ||
simultaneously bump `package.json` and `bower.json`, create a new commit, | ||
and a version tag at the new commit. | ||
``` | ||
$ mversion <patch | minor | major> | ||
$ git push && git push --tags | ||
$ npm publish | ||
``` | ||
## Credits | ||
@@ -90,0 +100,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13007
297
125