Skip to content

Commit

Permalink
fixing sonarqube issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpatpat committed Feb 20, 2018
1 parent e093cdb commit 2038f61
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
### Added

### Changed
- moved to unscoped npm packages

### Removed

Expand Down
2 changes: 1 addition & 1 deletion analysis/node-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "git",
"url": "https://github.com/MaibornWolff/codecharta.git"
},
"name": "@maibornwolff/codecharta-analysis",
"name": "codecharta-analysis",
"version": "1.8.2",
"description": "MaibornWolff CodeCharta Analysis Tools",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion analysis/script/npm-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd analysis/node-wrapper

echo "installin gnode-wrapper"
echo "installing node-wrapper"
npm install

echo "makeshifting .npmrc with Token from Travis settings"
Expand Down
2 changes: 1 addition & 1 deletion visualization/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = function (grunt) {
},

exec: {
nwjs_package: "build --concurrent --tasks win-x86,win-x64,mac-x64 --mirror https://dl.nwjs.io/ ."
nwjs_package: "build --concurrent --tasks win-x86,win-x64,linux-x86,linux-x64,mac-x64 --mirror https://dl.nwjs.io/ ."
},

clean: {
Expand Down
2 changes: 1 addition & 1 deletion visualization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#### Install application for desktop usage with npm

* install with `npm install @maibornwolff/codecharta-visualization -g`
* install with `npm install codecharta-visualization -g`
* run with `codecharta-visualization`

#### Install application for desktop usage
Expand Down
2 changes: 1 addition & 1 deletion visualization/conf/grunt.nwjs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const paths = require("./paths.js");

module.exports = {
options: {
platforms: ['win', 'mac'],
platforms: ['win', 'mac', 'linux'],
buildDir: paths.packagePath,
buildType: 'default',
cacheDir: paths.cachePath
Expand Down
2 changes: 1 addition & 1 deletion visualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "git",
"url": "https://github.com/MaibornWolff/codecharta.git"
},
"name": "@maibornwolff/codecharta-visualization",
"name": "codecharta-visualization",
"version": "1.8.2",
"description": "MaibornWolff CodeCharta",
"files": [
Expand Down

0 comments on commit 2038f61

Please sign in to comment.