acrolinx-sidebar-startpage
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -1,7 +0,8 @@ | ||
/styles/index.css | ||
/styles/fonts.css | ||
/images/acrolinx-logo.svg | ||
/index.html | ||
/scripts/main.js | ||
/images/acrolinx-logo.svg | ||
/version.properties | ||
/fonts/Roboto-Regular.ttf | ||
/fonts/Roboto-Bold.ttf | ||
/fonts/Roboto-Regular.ttf | ||
/index.html | ||
/styles/fonts.css | ||
/styles/index.css |
{ | ||
"name": "acrolinx-sidebar-startpage", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A Container Component for Acrolinx Integrations that loads the Acrolinx sidebar", | ||
@@ -27,3 +27,5 @@ "scripts": { | ||
"tslintFix": "tslint --fix 'src/**/*.ts' 'test/**/*.ts'", | ||
"buildDist": "rm -rf tmp/dist && mkdir -p app/scripts && npm run generateTranslationsTs && npm run tslint && tsc && npm run injectVersion && npm run test && npm run browserify && npm run less && mkdir -p tmp && cp -r app tmp/dist && hashcat tmp/dist/index.html && npm run buildOfflineDist && npm run buildInlined && npm run fakeSidebarDist && mkdir -p dist && cp -R tmp/dist-offline/ dist && rm dist/dist-offline/index-inlined.html", | ||
"buildDist": "rm -rf tmp/dist && mkdir -p app/scripts && npm run generateTranslationsTs && npm run tslint && tsc && npm run injectVersion && npm run test && npm run browserify && npm run less && mkdir -p tmp && cp -r app tmp/dist && hashcat tmp/dist/index.html && npm run buildOfflineDist && npm run buildInlined && npm run fakeSidebarDist && npm run buildNpmDist", | ||
"buildNpmDist": "mkdir -p dist && cp -R tmp/dist-offline/ dist && rm dist/dist-offline/index-inlined.html && npm run createNpmDistFilesIndex", | ||
"createNpmDistFilesIndex": "cd dist/dist-offline && find . -type f | sed 's/^\\.//' |grep -v '^/files.txt' >files.txt", | ||
"prepack": "prepack app/scripts/main.js --out app/scripts/main.js", | ||
@@ -30,0 +32,0 @@ "buildOfflineDist": "rm -rf tmp/dist-offline && cp -r app tmp/dist-offline && npm run inlineSvg ./tmp/dist-offline/styles", |
Sorry, the diff of this file is too big to display
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
471159
2324