super.power.css
v1.0.0
Published
css helper
Readme
发布
npm publish撤销指定版本发布
npm unpublish [email protected] //删除指定版本
npm unpublish xxx --force //删除整个npm包
npm deprecate xxx 'message'
// npm deprecate z-tool '这个包我已经不再维护了'
// 使用这个命令,并不会在社区里撤销你已有的
// 但会在任何人尝试安装这个包的时候得到警告
// 注意: 如果报权限方面的错,加上--force
//https://zhuanlan.zhihu.com/p/147804428