skip core and types

Former-commit-id: 96760e6e4bb756c3203077e7fa4dc93c8944535d [formerly 0f54813412]
Former-commit-id: 3b5ed5e13295b3de6deb30da487785a9fb52debb
This commit is contained in:
Andrija Novakovic
2021-10-19 12:36:32 +02:00
parent 356d13df3a
commit fa0326f377
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
"version": "2.0.0",
"description": "different modules for libsemaphore",
"main": "index.js",
"private": true,
"directories": {
"doc": "docs"
},

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"tsc": "npx tsc src/index.ts",
"build": "npm run clean && tsc -p .",