paper-snake
Advanced tools
Comparing version 1.0.6 to 1.0.8
{ | ||
"name": "paper-snake", | ||
"version": "1.0.6", | ||
"version": "1.0.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/paper-snake.js", |
@@ -22,3 +22,10 @@ const path = require('path') | ||
options: { | ||
presets: ['babel-preset-env'], | ||
presets: [ | ||
[ | ||
'babel-preset-env', | ||
{ | ||
modules: false | ||
} | ||
] | ||
], | ||
plugins: ['babel-plugin-transform-object-rest-spread'], | ||
@@ -25,0 +32,0 @@ babelrc: false |
Sorry, the diff of this file is too big to display
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
2025792
44833