acrolinx-sidebar-startpage
Advanced tools
Comparing version 1.1.19 to 1.1.20
{ | ||
"name": "acrolinx-sidebar-startpage", | ||
"version": "1.1.19", | ||
"version": "1.1.20", | ||
"description": "A Container Component for Acrolinx Integrations that loads the Acrolinx sidebar", | ||
"scripts": { | ||
"bower": "bower install", | ||
"generateTranslationsTs": "mkdir -p tmp/generated && node ./tools/generate-translations-ts.js", | ||
"dev": "concurrently --kill-others -r 'npm run lessWatch' 'npm run tscWatch' 'npm run watchify' 'npm run browsersync'", | ||
"dev": "npm run prepareDev && concurrently --kill-others -r 'npm run lessWatch' 'npm run tscWatch' 'npm run watchify' 'npm run browsersync'", | ||
"deploy": "aws s3 cp tmp/dist s3://acrolinx-sidebar-classic/v14/dev --recursive --acl public-read", | ||
@@ -27,3 +26,3 @@ "deployProd": "aws s3 cp tmp/dist s3://acrolinx-sidebar-classic/v14/prod --recursive --acl public-read", | ||
"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 && npm run buildNpmDist", | ||
"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 buildNpmDist", | ||
"buildNpmDist": "mkdir -p dist && cp -R tmp/dist-offline/ dist && rm dist/dist-offline/index-inlined.html && npm run createNpmDistFilesIndex && npm run copyInlinedToNpmDist", | ||
@@ -38,4 +37,3 @@ "copyInlinedToNpmDist": "mkdir -p dist/inlined && cp tmp/acrolinx-sidebar-startpage-inlined.js dist/inlined", | ||
"packInlined": "node ./tools/pack-inlined.js >tmp/acrolinx-sidebar-startpage-inlined.js", | ||
"injectVersion": "node ./tools/inject-version.js", | ||
"fakeSidebarDist": "npm run bower && cat bower_components/jquery/dist/jquery.min.js bower_components/lodash/dist/lodash.min.js > tmp/dist/scripts/libs.js && cp tmp/dist/scripts/main.js tmp/dist/scripts/sidebar.js" | ||
"injectVersion": "node ./tools/inject-version.js" | ||
}, | ||
@@ -53,3 +51,2 @@ "author": "Acrolinx", | ||
"@types/sinon": "2.3.2", | ||
"bower": "^1.8.0", | ||
"browser-sync": "^2.18.8", | ||
@@ -56,0 +53,0 @@ "browserify": "^14.1.0", |
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 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
29
3039
554783