altair-express-middleware
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -1,4 +0,6 @@ | ||
import express from 'express'; | ||
import path from 'path'; | ||
'use strict'; | ||
const path = require('path'); | ||
const express = require('express'); | ||
module.exports = { | ||
@@ -5,0 +7,0 @@ altairExpress: (opts) => { |
{ | ||
"name": "altair-express-middleware", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Express middleware for altair graphql client", | ||
"main": "dist/index.js", | ||
"main": "index.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1", |
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
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
7231727
4566