Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Updatet ts-react-progress-bar: 1.0.2 -> 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderEerenberg committed Jan 4, 2018
1 parent 461e064 commit a9af705
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion dist/AudioWidget.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "dist/AudioWidget.d.ts",
"scripts": {
"lint": "tslint -p .",
"release": "npm upgit stadate && npm install && yarn && npm run test && npm run lint && npm run sass && npm run tsc",
"release": "npm update && npm install && yarn && npm run test && npm run lint && npm run sass && npm run tsc",
"sass": "node-sass --importer=node_modules/node-sass-tilde-importer --output-style=compressed scss/AudioWidget.scss > dist/AudioWidget.css",
"tsc": "tsc -d",
"test": "jest",
Expand All @@ -25,7 +25,7 @@
"license": "ISC",
"devDependencies": {
"@types/jest": "^22.0.0",
"@types/react": "^16.0.31",
"@types/react": "^16.0.34",
"awesome-typescript-loader": "^3.4.1",
"coveralls": "^3.0.0",
"css-loader": "^0.28.7",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
esutils "^2.0.2"
js-tokens "^3.0.0"

"@fdmg/ts-react-progress-bar@^1.0.2":
version "1.0.2"
resolved "https://registry.npmjs.org/@fdmg/ts-react-progress-bar/-/ts-react-progress-bar-1.0.2.tgz#847f8e3c849ae2d3ff3a33cdd60fcb44da6ee780"
"@fdmg/ts-react-progress-bar@^1.0.3":
version "1.0.3"
resolved "https://registry.npmjs.org/@fdmg/ts-react-progress-bar/-/ts-react-progress-bar-1.0.3.tgz#f7da4a7db975969d1615310ecbff9e837be14361"

"@types/jest@^22.0.0":
version "22.0.0"
Expand All @@ -22,9 +22,9 @@
version "8.0.57"
resolved "https://registry.npmjs.org/@types/node/-/node-8.0.57.tgz#e5d8b4dc112763e35cfc51988f4f38da3c486d99"

"@types/react@^16.0.31":
version "16.0.31"
resolved "https://registry.npmjs.org/@types/react/-/react-16.0.31.tgz#5285da62f3ac62b797f6d0729a1d6181f3180c3e"
"@types/react@^16.0.34":
version "16.0.34"
resolved "https://registry.npmjs.org/@types/react/-/react-16.0.34.tgz#7a8f795afd8a404a9c4af9539b24c75d3996914e"

abab@^1.0.3:
version "1.0.4"
Expand Down

0 comments on commit a9af705

Please sign in to comment.