init
parents
Showing
.gitignore
0 → 100644
.npmignore
0 → 100644
code.js
0 → 100644
dist/index.d.ts
0 → 100644
dist/index.js
0 → 100644
dist/index.js.map
0 → 100644
loc.iml
0 → 100644
package.json
0 → 100644
{ | |||
"name": "loc", | |||
"version": "1.0.2", | |||
"main": "dist/index.js", | |||
"types": "dist/index.d.ts", | |||
"license": "MIT", | |||
"scripts": { | |||
"dev": "tsc -w", | |||
"build": "tsc", | |||
"release": "npm run build && pvi && npm publish" | |||
}, | |||
"dependencies": { | |||
"tslib": "^2.2.0" | |||
}, | |||
"devDependencies": { | |||
"package-version-increment": "^1.0.2", | |||
"typescript": "^4.2.4" | |||
} | |||
} | |||
\ No newline at end of file |
readme.md
0 → 100644
src/index.ts
0 → 100644
tests.js
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
Please register or sign in to comment