Comparing version 0.6.0 to 1.0.0
@@ -1,7 +0,4 @@ | ||
var middlewares, parsers; | ||
const parsers = require('./lib/parsers') | ||
const middlewares = require('./lib/middlewares') | ||
parsers = require('./lib/parsers'); | ||
middlewares = require('./lib/middlewares'); | ||
module.exports = { | ||
@@ -18,2 +15,2 @@ sort: parsers.sort, | ||
middlewares: middlewares | ||
}; | ||
} |
{ | ||
"name": "coercion", | ||
"version": "0.6.0", | ||
"version": "1.0.0", | ||
"description": "Helper module to parse/cast/coerce strings.", | ||
"main": "./index.coffee", | ||
"main": "./index.js", | ||
"directories": { | ||
@@ -16,9 +16,10 @@ "test": "./test", | ||
"devDependencies": { | ||
"chai": "^1.9.1", | ||
"coffee-script": "^1.7.1", | ||
"chai": "^1.9.1", | ||
"grunt-mocha-test": "^0.10.2", | ||
"grunt": "^0.4.4", | ||
"mocha": "^1.18.2", | ||
"grunt-cli": "^1.3.2", | ||
"grunt-contrib-coffee": "^0.10.1", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"grunt-contrib-coffee": "^0.10.1" | ||
"grunt-mocha-test": "^0.10.2", | ||
"mocha": "^1.18.2" | ||
}, | ||
@@ -46,3 +47,17 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/marcbachmann/coercion" | ||
"homepage": "https://github.com/marcbachmann/coercion", | ||
"release": { | ||
"extends": "@livingdocs/semantic-release-presets/npm-github" | ||
}, | ||
"ci": { | ||
"isCi": true, | ||
"name": "Drone", | ||
"service": "drone", | ||
"commit": "507f15507610debd41e1c5429767101eb6df70ed", | ||
"build": "5", | ||
"branch": "master", | ||
"isPr": false, | ||
"slug": "marcbachmann/coercion", | ||
"date": "2019-04-02T14:30:53.154Z" | ||
} | ||
} |
@@ -1,3 +0,3 @@ | ||
chai = require('chai'); | ||
chai.should(); | ||
expect = chai.expect; | ||
global.chai = require('chai') | ||
global.chai.should() | ||
global.expect = global.chai.expect |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
32097
18
440
0
8