v0.5.0
What's new?
DirtySwan is now available on npm! 🎉
Migration from 0.4.x
Update your package.json
from
"dependencies": {
"dirtySwan": "github:getPopsure/dirtySwan#semver:^0.4.0"
}
to
"dependencies": {
"@popsure/dirty-swan": "^0.5.0",
}
You will also need to update all your import in both javascript files and scss files.
Respectively
javascript
import '@popsure/dirty-swan';
scss
@import '@popsure/dirty-swan';