Comparing version 0.0.1 to 0.0.2
@@ -90,4 +90,5 @@ 'use strict'; | ||
return content | ||
.replace(/\/\*[\s\S]*?\*\//g, '') | ||
.replace(/((?:^|\n)[^\n\'\"\`]*?)\/\/[^\n]*(?=\n|$)/g, '$1') // safe | ||
.replace(/(^|\n) *\/\*\*\n(?: *\* [^\n]*\n)* *\*\//g, '$1') // JSDoc | ||
.replace(/\/\*[^\[\]]*?\*\//g, '') | ||
.replace(/((?:^|\n)[^\n\'\"\`\/]*?)\/\/[^\n\[\]]*(?=\n|$)/g, '$1') // safe | ||
.replace(/(^|\n)[ \t]+/g, '$1') | ||
@@ -94,0 +95,0 @@ .replace(/[ \t]+($|\n)/g, '$1') |
{ | ||
"name": "gallezy", | ||
"productName": "Gallezy", | ||
"version": "0.0.1", | ||
"description": "Super Simple Image Gallery App", | ||
"version": "0.0.2", | ||
"description": "Super Simple Image Gallery App http://anseki.github.io/gallezy/", | ||
"keywords": [ | ||
@@ -38,3 +38,3 @@ "electron-app", | ||
}, | ||
"homepage": "https://github.com/anseki/gallezy", | ||
"homepage": "http://anseki.github.io/gallezy/", | ||
"repository": { | ||
@@ -41,0 +41,0 @@ "type": "git", |
@@ -14,7 +14,7 @@ # Gallezy | ||
- [Windows x64](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.1-win32-x64.zip) | ||
- [Windows ia32](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.1-win32-ia32.zip) | ||
- [OS X](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.1-darwin-x64.tar.gz) | ||
- [Linux x64](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.1-linux-x64.zip) | ||
- [Linux ia32](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.1-linux-ia32.zip) | ||
- [Windows x64](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.2-win32-x64.zip) | ||
- [Windows ia32](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.2-win32-ia32.zip) | ||
- [OS X](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.2-darwin-x64.tar.gz) | ||
- [Linux x64](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.2-linux-x64.zip) | ||
- [Linux ia32](https://github.com/anseki/gallezy/raw/master/dist/gallezy-0.0.2-linux-ia32.zip) | ||
- [Checksum](https://github.com/anseki/gallezy/raw/master/dist/SHASUMS256.txt) | ||
@@ -21,0 +21,0 @@ |
Sorry, the diff of this file is not supported yet
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
947903
40
2691