Skip to content

Commit 79d507b

Browse files
committed
npm
1 parent 62fc37b commit 79d507b

36 files changed

Lines changed: 45 additions & 5 deletions

mediaplayer/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
lib

mediaplayer/package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mediaplayer/package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "@sparragus/platzimediaplayer",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "lib/MediaPlayer.js",
6+
"scripts": {
7+
"build": "tsc src/**/*.ts src/plugins/*.ts src/plugins/**/*.ts --outDir lib",
8+
"test": "echo \"Error: no test specified\" && exit 1"
9+
},
10+
"keywords": [],
11+
"author": "",
12+
"license": "ISC",
13+
"devDependencies": {
14+
"typescript": "^3.5.3"
15+
}
16+
}
File renamed without changes.

0 commit comments

Comments
 (0)