1.0.0 • Published 1 year ago

super.power.css v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

发布

npm publish

撤销指定版本发布

npm unpublish xxx@1.0.0 //删除指定版本
npm unpublish xxx --force //删除整个npm包

npm deprecate xxx 'message' 
// npm deprecate z-tool '这个包我已经不再维护了'
// 使用这个命令,并不会在社区里撤销你已有的
// 但会在任何人尝试安装这个包的时候得到警告
// 注意: 如果报权限方面的错,加上--force

//https://zhuanlan.zhihu.com/p/147804428
1.0.0

1 year ago