@newstudios/common
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@newstudios/common", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "a common utils for js", | ||
@@ -11,5 +11,6 @@ "main": "index.js", | ||
"build": "npm run build:types && npm run build:js", | ||
"prepare:types": "tsc --build tsconfig.prod.json", | ||
"prepare:js": "babel . --ignore \"src,node_modules\" --no-comments --extensions .ts -d .", | ||
"prepare": "npm run clean && npm run build && npm run prepare:js && npm run prepare:types", | ||
"pre:types": "tsc --build tsconfig.prod.json", | ||
"pre:js": "babel . --ignore \"src,node_modules\" --no-comments --extensions .ts -d .", | ||
"pre": "npm run pre:types && npm run pre:js", | ||
"prepublishOnly": "npm run clean && npm run build && npm run pre", | ||
"clean": "rimraf dist && rimraf ./*.d.ts && rimraf ./*.js", | ||
@@ -20,3 +21,3 @@ "lint": "eslint src/**/* --fix", | ||
"start": "npm run build:js -- --watch", | ||
"publish": "npm publish --access public" | ||
"dryrun": "npm publish --access public -dry-run" | ||
}, | ||
@@ -23,0 +24,0 @@ "repository": { |
@@ -8,7 +8,7 @@ # @newstudios/common | ||
```bash | ||
npm install @xpc/common | ||
npm install @newstudios/common | ||
``` | ||
or | ||
```bash | ||
yarn add @xpc/common | ||
yarn add @newstudios/common | ||
``` | ||
@@ -20,3 +20,3 @@ | ||
[npm-image]: https://img.shields.io/npm/v/@xpc/common.svg?style=flat-square | ||
[npm-url]: https://npmjs.org/package/@xpc/common | ||
[npm-image]: https://img.shields.io/npm/v/@newstudios/common.svg?style=flat-square | ||
[npm-url]: https://npmjs.org/package/@newstudios/common |
61355