-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #96 from ful1e5/dev
Bibata v1.1.1
- Loading branch information
Showing
28 changed files
with
534 additions
and
565 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "bibata-cursor", | ||
"version": "1.1.0", | ||
"description": "Material Based Cursors", | ||
"main": "index.js", | ||
"author": "Kaiz Khatri", | ||
"license": "GPL-3.0", | ||
"private": true, | ||
"scripts": { | ||
"render:bibata-modern": "yarn workspace bibata-modern render", | ||
"render:bibata-original": "yarn workspace bibata-original render", | ||
"render:bibata-rainbow": "yarn workspace bibata-rainbow render" | ||
}, | ||
"workspaces": ["packages/*"] | ||
"name": "bibata-cursor", | ||
"version": "1.1.1", | ||
"description": "Material Based Cursors", | ||
"main": "index.js", | ||
"author": "Kaiz Khatri", | ||
"license": "GPL-3.0", | ||
"private": true, | ||
"scripts": { | ||
"render:bibata-modern": "yarn workspace bibata-modern render", | ||
"render:bibata-original": "yarn workspace bibata-original render", | ||
"render:bibata-rainbow": "yarn workspace bibata-rainbow render" | ||
}, | ||
"workspaces": ["packages/*"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"name": "bibata-core", | ||
"version": "1.1.0", | ||
"description": "Bibata bitmapper's core modules", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"author": "Kaiz Khatri", | ||
"license": "GPL-3.0", | ||
"private": true, | ||
"dependencies": { | ||
"pixelmatch": "^5.2.1", | ||
"pngjs": "^6.0.0", | ||
"puppeteer": "^7.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/pixelmatch": "^5.2.2", | ||
"@types/pngjs": "^6.0.0", | ||
"@types/puppeteer": "^5.4.3", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.1.5" | ||
} | ||
"name": "bibata-core", | ||
"version": "1.1.0", | ||
"description": "Bibata bitmapper's core modules", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"author": "Kaiz Khatri", | ||
"license": "GPL-3.0", | ||
"private": true, | ||
"dependencies": { | ||
"pixelmatch": "^5.2.1", | ||
"pngjs": "^6.0.0", | ||
"puppeteer": "^7.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/pixelmatch": "^5.2.2", | ||
"@types/pngjs": "^6.0.0", | ||
"@types/puppeteer": "^5.4.3", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.1.5" | ||
} | ||
} |
Oops, something went wrong.