Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "apicase", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Create, group and manage your APIs with json declaration", | ||
@@ -5,0 +5,0 @@ "author": "Anton Kosykh", |
@@ -8,4 +8,6 @@ import babel from 'rollup-plugin-babel'; | ||
plugins: [babel(), cjs(), resolve()], | ||
format: 'cjs', | ||
format: 'es', | ||
sourceMap: true, | ||
moduleName: 'apicase', | ||
dest: 'dist/index.js' | ||
}; |
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
225364
6679