Added game info bar
This commit is contained in:
17
node_modules/to-iso-string/Makefile
generated
vendored
Normal file
17
node_modules/to-iso-string/Makefile
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
build: components node_modules
|
||||
@component build --dev
|
||||
|
||||
clean:
|
||||
@rm -rf components build node_modules
|
||||
|
||||
components: component.json
|
||||
@component install --dev
|
||||
|
||||
node_modules: package.json
|
||||
@npm install
|
||||
|
||||
test: build
|
||||
@./node_modules/.bin/mocha --reporter spec
|
||||
|
||||
.PHONY: clean test
|
Reference in New Issue
Block a user