Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Update package.
Browse files Browse the repository at this point in the history
  • Loading branch information
junbong committed Aug 30, 2019
1 parent b44bc8c commit 4cc56c8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"color-parse": "^1.3.8",
"lodash": "^4.17.15",
"parcel-bundler": "^1.12.3",
"parcel-plugin-build-colors-json": "file:./parcel-packager"
"@channel-io/parcel-plugin-json": "file:./parcel-packager"
},
"devDependencies": {
"jest": "^24.9.0"
Expand Down
29 changes: 22 additions & 7 deletions parcel-packager/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
{
"name": "parcel-packager",
"version": "1.0.0",
"description": "",
"name": "@channel-io/parcel-plugin-json",
"version": "0.0.1",
"description": "Library suite for building colors-json of channel-colors.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest --passWithNoTests"
},
"keywords": [],
"author": "",
"license": "ISC"
"repository": {
"type": "git",
"url": "git+https://github.com/zoyi/-channel-io-parcel-plugin-json.git"
},
"keywords": [
"parcel",
"colors",
"crossplatform"
],
"author": "Team Channel.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/zoyi/-channel-io-parcel-plugin-json/issues"
},
"homepage": "https://github.com/zoyi/-channel-io-parcel-plugin-json#readme",
"devDependencies": {
"jest": "^24.9.0"
}
}

0 comments on commit 4cc56c8

Please sign in to comment.