Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from QwantResearch/clean_dependencies
Browse files Browse the repository at this point in the history
remove scripts & dependencies
  • Loading branch information
amatissart authored Jan 15, 2018
2 parents 20cbaac + 859758b commit 2c2bd96
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ addons:
packages:
- libstdc++6
script:
- npm test
- npm run build
- git clone https://github.com/QwantResearch/map-style-builder.git
- cd map-style-builder
- npm install
- npm run build_all -- --style-dir=../ --conf=./prod_conf.json
- cd ..
- zip assets.zip build/ -rj
before_deploy:
- git config --local user.name "qwant_travis"
Expand Down
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
{
"name": "qwant-basic-gl-style",
"version": "1.0.0",
"name": "@qwant/qwant-basic-gl-style",
"version": "1.0.1",
"description": "a map GL Style for Qwant Map",
"main": "index.js",
"scripts": {
"build": "npm explore map-style-builder -- npm run build_all -- $(pwd) prod_conf.json",
"test": "npm explore map-style-builder -- npm run test -- $(pwd)"
},
"keywords": [
"gl-style"
],
"author": "Qwant Research",
"license": "MIT",
"dependencies": {
"map-style-builder": "git+https://github.com/QwantResearch/gl-style-package-spec.git"
}
"license": "MIT"
}

0 comments on commit 2c2bd96

Please sign in to comment.