From 23985dec6ba746e69d968f252dbedc325b975bcc Mon Sep 17 00:00:00 2001 From: James Brock Date: Tue, 20 Jul 2021 13:08:27 +0900 Subject: [PATCH 1/3] spago license repository dependencies --- spago.dhall | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spago.dhall b/spago.dhall index 422ceff..7225550 100644 --- a/spago.dhall +++ b/spago.dhall @@ -1,5 +1,7 @@ { name = "arraybuffer-types" -, dependencies = [ "console", "effect", "psci-support" ] +, dependencies = [ "psci-support" ] , packages = ./packages.dhall , sources = [ "src/**/*.purs" ] +, license = "MIT" +, repository = "https://github.com/purescript-contrib/purescript-arraybuffer-types" } From d053846660e6e3a2e954db5b543ff5ee834ced24 Mon Sep 17 00:00:00 2001 From: James Brock Date: Tue, 20 Jul 2021 13:33:35 +0900 Subject: [PATCH 2/3] spago bump-version --no-dry-run --- bower.json | 41 +++++++++++++++++------------------------ 1 file changed, 17 insertions(+), 24 deletions(-) diff --git a/bower.json b/bower.json index e11748f..332a278 100644 --- a/bower.json +++ b/bower.json @@ -1,26 +1,19 @@ { - "name": "purescript-arraybuffer-types", - "homepage": "https://github.com/purescript-contrib/purescript-arraybuffer-types", - "description": "PureScript type definitions for JavaScript ArrayBuffers", - "keywords": [ - "purescript" - ], - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/purescript-contrib/purescript-arraybuffer-types.git" - }, - "ignore": [ - "**/.*", - "bower_components", - "node_modules", - "output", - "bower.json", - "gulpfile.js", - "package.json" - ], - "devDependencies": { - "purescript-console": "^5.0.0", - "purescript-effect": "^3.0.0" - } + "name": "purescript-arraybuffer-types", + "license": [ + "MIT" + ], + "repository": { + "type": "git", + "url": "https://github.com/purescript-contrib/purescript-arraybuffer-types" + }, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "output" + ], + "dependencies": { + "purescript-psci-support": "^v5.0.0" + } } From 48cd7f4887791db1d9c2daf5fd98b62ba00e15bd Mon Sep 17 00:00:00 2001 From: James Brock Date: Tue, 20 Jul 2021 13:34:36 +0900 Subject: [PATCH 3/3] =?UTF-8?q?v3.0.0=20=E2=86=92=20v3.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit