Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
fix(version-fix): remvoed the caret in version (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyasveer Gotta authored and edewit committed Jun 21, 2018
1 parent 0ddf026 commit 9e1b109
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cleanup": "rimraf dist/package.json dist/bundles dist/src dist/index.d.ts dist/index.metadata.json dist/index.js dist/index.js.map dist/LICENSE dist/README.md",
"copy-files": "gulp copyfiles",
"minify": "uglifyjs dist/bundles/ngx-forge.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ngx-forge.umd.min.js",
"reinstall": "npm run clean && npm install",
"reinstall": "npm cache verify && npm install",
"remove-dist": "rimraf dist",
"rimraf": "rimraf",
"start-http": "./node_modules/.bin/http-server dist-demo/ -a 0.0.0.0 -p8080 -c-1",
Expand Down Expand Up @@ -74,8 +74,8 @@
"ngx-base": "^2.3.2",
"ngx-bootstrap": "^2.0.5",
"ngx-modal": "^0.0.29",
"patternfly": "^3.30.1",
"patternfly-ng": "^3.10.1"
"patternfly": "3.30.1",
"patternfly-ng": "3.10.1"
},
"peerDependencies": {
"@angular/animations": "^4.4.6",
Expand Down

0 comments on commit 9e1b109

Please sign in to comment.