Comparing version 0.0.1 to 0.1.0
@@ -11,4 +11,4 @@ <!-- markdownlint-disable MD012 MD022 MD024 MD026 MD032 MD041 --> | ||
## [0.0.1] - 2017-08-26 | ||
## [0.1.0] - 2017-08-26 | ||
### Added | ||
- First publish |
/* hugov@runbox.com | https://github.com/hville/cotest.git | license:MIT */ | ||
var cotest = (function () { | ||
var assertOp = (function () { | ||
'use strict'; | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "assert-op", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "assertions using comparison operators", | ||
@@ -20,3 +20,3 @@ "keywords": ["unit test", "test", "assert"], | ||
"build:main": "rollup -o ./dist/index.js -f cjs --banner \"/* hugov@runbox.com | https://github.com/hville/cotest.git | license:MIT */\" ./module.js", | ||
"build:browser": "rollup -o ./dist/browser.js -f iife -n assert-op --banner \"/* hugov@runbox.com | https://github.com/hville/cotest.git | license:MIT */\" ./module.js", | ||
"build:browser": "rollup -o ./dist/browser.js -f iife -n assertOp --banner \"/* hugov@runbox.com | https://github.com/hville/cotest.git | license:MIT */\" ./module.js", | ||
"test": "npm run build & node ./tst/assert", | ||
@@ -23,0 +23,0 @@ "prepublishOnly": "npm test" |
19809