Comparing version 1.1.3 to 1.1.4
@@ -8,3 +8,4 @@ var namespace = require('can-namespace'); | ||
* @module {Object} can-types | ||
* @parent can-infrastructure | ||
* @parent can-typed-data | ||
* @collection can-infrastructure | ||
* @package ./package.json | ||
@@ -11,0 +12,0 @@ * @description A stateful container for CanJS type information. |
{ | ||
"name": "can-types", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "A stateful container for CanJS type information", | ||
@@ -20,3 +20,3 @@ "homepage": "http://canjs.com", | ||
"testee": "testee test/test.html --browsers firefox", | ||
"test": "npm run jshint && npm run testee", | ||
"test": "npm run detect-cycle && npm run jshint && npm run testee", | ||
"jshint": "jshint ./*.js --config", | ||
@@ -27,3 +27,4 @@ "release:pre": "npm version prerelease && npm publish --tag=pre", | ||
"release:major": "npm version major && npm publish", | ||
"build": "node build.js" | ||
"build": "node build.js", | ||
"detect-cycle": "detect-cyclic-packages --ignore done-serve" | ||
}, | ||
@@ -44,2 +45,3 @@ "main": "can-types", | ||
"devDependencies": { | ||
"detect-cyclic-packages": "^1.1.0", | ||
"jshint": "^2.9.1", | ||
@@ -46,0 +48,0 @@ "steal": "^1.2.10", |
14877
189
6