mirror of
https://github.com/kevinsqi/react-circular-progressbar.git
synced 2026-01-18 15:55:06 +00:00
Bump version to 0.1.1, remove unused dependencies
This commit is contained in:
parent
5441e43f7f
commit
1db4b32b68
@ -1,3 +1,7 @@
|
||||
# 0.1.1
|
||||
|
||||
* Remove unused dependencies
|
||||
|
||||
# 0.1.0
|
||||
|
||||
* Initial working version
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-circular-progressbar",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "A circular progress indicator component",
|
||||
"author": "Kevin Qi <iqnivek@gmail.com>",
|
||||
"main": "./build/index.js",
|
||||
@ -47,9 +47,5 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^0.14.0 || ^15.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash.range": "^3.1.4",
|
||||
"lodash.reduce": "^4.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user