This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
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 #3 from cryogenian/rework
Rework
- Loading branch information
Showing
23 changed files
with
808 additions
and
929 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
language: node_js | ||
dist: trusty | ||
sudo: required | ||
node_js: stable | ||
install: | ||
- npm install -g bower | ||
- npm install | ||
- bower install --production | ||
script: | ||
- npm run -s build | ||
after_success: | ||
- >- | ||
test $TRAVIS_TAG && | ||
echo $GITHUB_TOKEN | pulp login && | ||
echo y | pulp publish --no-push | ||
language: node_js | ||
dist: trusty | ||
sudo: required | ||
node_js: stable | ||
install: | ||
- npm install | ||
- npm install -g bower | ||
- bower install --production | ||
script: | ||
- npm run -s build | ||
after_success: | ||
- >- | ||
test $TRAVIS_TAG && | ||
echo $GITHUB_TOKEN | pulp login && | ||
echo y | pulp publish --no-push |
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,12 +1,14 @@ | ||
{ | ||
"name": "purescript-colorpicker-halogen", | ||
"homepage": "https://github.com/slamdata/purescript-colorpicker-halogen", | ||
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/slamdata/purescript-colorpicker-halogen.git" | ||
}, | ||
"authors": [ | ||
"Irakli Safareli <[email protected]>" | ||
"Irakli Safareli <[email protected]>", | ||
"Maksim Zimaliev <[email protected]>" | ||
], | ||
"ignore": [ | ||
"**/.*", | ||
|
@@ -21,13 +23,8 @@ | |
], | ||
"dependencies": { | ||
"purescript-colors": "^4.0.0", | ||
"purescript-halogen": "^2.1.0", | ||
"purescript-halogen-css": "^6.0.0", | ||
"purescript-dom-classy": "^2.1.0", | ||
"purescript-dom": "^4.7.0", | ||
"purescript-number-input-halogen": "git://github.com/safareli/purescript-number-input-halogen.git#initial-props" | ||
}, | ||
"resolutions": { | ||
"purescript-colors": "^4.0.0" | ||
"purescript-halogen-css": "^7.0.0", | ||
"purescript-halogen-proxy": "^1.0.0", | ||
"purescript-dom-classy": "^2.1.0" | ||
} | ||
} |
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
Oops, something went wrong.