boringjs 0.0.0 → 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "boringjs",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "description": "boring.js",
5
5
  "main": "boring.js",
6
6
  "scripts": {
@@ -15,5 +15,9 @@
15
15
  "bugs": {
16
16
  "url": "https://github.com/fscherf/boringjs/issues"
17
17
  },
18
- "homepage": "https://github.com/fscherf/boringjs/blob/master/README.md"
18
+ "homepage": "https://github.com/fscherf/boringjs/blob/master/README.md",
19
+ "files": [
20
+ "src/*/*",
21
+ "dist/*/*"
22
+ ]
19
23
  }
package/Makefile DELETED
@@ -1,19 +0,0 @@
1
- .PHONY: shell
2
-
3
- define DOCKER_COMPOSE_RUN
4
- docker compose run \
5
- -it \
6
- --user=$$(id -u):$$(id -g) \
7
- --remove-orphans \
8
- --service-ports \
9
- $1 $2
10
- endef
11
-
12
- define DOCKER_COMPOSE_UP
13
- docker compose up \
14
- --remove-orphans \
15
- $1
16
- endef
17
-
18
- shell:
19
- $(call DOCKER_COMPOSE_RUN,node,/bin/bash)
@@ -1,14 +0,0 @@
1
- services:
2
- node:
3
- build:
4
- context: .
5
- dockerfile: node.Dockerfile
6
-
7
- hostname: node
8
-
9
- volumes:
10
- - ${HOME}/.npmrc/:/home/node/.npmrc
11
- - ./:/app
12
-
13
- user: 1000:1000
14
- working_dir: /app
package/src/boring.js DELETED
@@ -1 +0,0 @@
1
- window.boring = {};