diff --git a/Makefile b/Makefile index 2e38aee..16307b9 100644 --- a/Makefile +++ b/Makefile @@ -9,14 +9,14 @@ help: ## Lists all available make tasks and some short documentation about them ## Basic repo maintenance # Installs npm dependencies -# node_modules: -# yarn set version self -# yarn install --immutable -# @touch $@ node_modules: - yarn set version 3.2.1 + yarn set version self yarn install --immutable @touch $@ +# node_modules: +# yarn set version 3.2.1 +# yarn install --immutable +# @touch $@ build-browser: build # build dependencies $(yarn_run) umd --no-stats diff --git "a/src/generated/version.ts\r" "b/src/generated/version.ts\r" deleted file mode 100644 index f608565..0000000 --- "a/src/generated/version.ts\r" +++ /dev/null @@ -1,3 +0,0 @@ -// This file is generated. -export const version = '2.0.0 ' -EOF