Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "frint", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Core plugin for Frint", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -11,4 +11,4 @@ var webpack = require('webpack'); | ||
drop_console: false | ||
} | ||
}) | ||
}, | ||
}), | ||
]; | ||
@@ -25,3 +25,3 @@ var filename = !minify | ||
libraryTarget: 'this', | ||
library: 'Frint' | ||
library: 'Frint', | ||
}, | ||
@@ -43,7 +43,7 @@ externals: { | ||
'travix' | ||
] | ||
} | ||
} | ||
] | ||
} | ||
], | ||
}, | ||
}, | ||
], | ||
}, | ||
}; |
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
73528