@perion/perion
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "@perion/perion", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A library that contains all the utilities for creating a MapleStory server emulator", | ||
@@ -63,2 +63,2 @@ "main": "index.js", | ||
} | ||
} | ||
} |
@@ -11,3 +11,3 @@ const fs = require('fs'); | ||
if (err) { | ||
console.log(`Could not publish ${dep}`); | ||
console.log(`Could not publish ${meta}`); | ||
console.log(stderr); | ||
@@ -35,6 +35,3 @@ resolve(false); | ||
} finally { | ||
command(`npm publish --access public`).then(res => { | ||
if (!res) console.log('Could not publish main package'); | ||
else console.log('Done'); | ||
}) | ||
command(`npm i`).then(() => command(`npm publish --access public`)); | ||
} | ||
@@ -41,0 +38,0 @@ }); |
Sorry, the diff of this file is not supported yet
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
1926137
9057