🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

raml2code-fixtures

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raml2code-fixtures - npm Package Compare versions

Comparing version
0.0.8
to
0.0.9
+2
-1
Gulpfile.js

@@ -30,2 +30,3 @@ var gulp = require('gulp');

gulp.task('default', ['raml', 'json' ]);
gulp.task('build', ['raml', 'json' ]);
gulp.task('default', ['build']);
{
"name": "raml2code-fixtures",
"version": "0.0.8",
"version": "0.0.9",
"description": "fixtures for raml2code",

@@ -12,3 +12,3 @@ "main": "test-utils.js",

"chai": "^1.10.0",
"data2code": "0.0.4",
"data2code": "0.0.6",
"deref": "0.2.8",

@@ -25,4 +25,4 @@ "glob": "^4.3.5",

"gulp-util": "^3.0.4",
"raml2code": "^0.8.41"
"raml2code": "^1.8.1"
}
}