-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 2.3.305 built by Travis CI - https://travis-ci.com/meetup/swa…
- Loading branch information
Travis CI
committed
Jun 7, 2018
1 parent
4766476
commit 16245d5
Showing
1 changed file
with
40 additions
and
40 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,42 +1,42 @@ | ||
{ | ||
"name": "swarm-icons", | ||
"version": "1.3.0", | ||
"description": "Icons for Swarm Design System", | ||
"directories": { | ||
"doc": "docs/build", | ||
"dist": "dist" | ||
}, | ||
"scripts": { | ||
"dist:svg": "node scripts/exportFromSketch.js src/sketch/ dist/svg/ web svg", | ||
"dist:pdf": "node scripts/exportFromSketch.js src/sketch/ dist/pdf/ ios pdf", | ||
"dist:js": "node scripts/generateConstants.js src/sketch dist/js/", | ||
"dist:androidSvg": "node scripts/exportFromSketch.js src/sketch/ dist/svg/android/ android svg", | ||
"dist:optimized": "grunt minifySvg --platform=web", | ||
"dist:optimizedAndroid": "grunt minifySvg --platform=android", | ||
"dist:sprite": "grunt svgstore", | ||
"test": "echo no tests found", | ||
"docs": "grunt preprocess", | ||
"build": "yarn run dist:svg && yarn run dist:androidSvg && yarn run dist:pdf && yarn run dist:optimized && yarn run dist:optimizedAndroid && yarn run dist:js && yarn run dist:sprite && yarn run docs", | ||
"publish-docs": "yarn run build && grunt gh-pages" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/meetup/swarm-icons.git" | ||
}, | ||
"devDependencies": { | ||
"@alrra/travis-scripts": "^3.0.1", | ||
"grunt": "~0.4.5", | ||
"grunt-cli": "^1.2.0", | ||
"grunt-contrib-clean": "0.6.0", | ||
"grunt-gh-pages": "0.10.0", | ||
"grunt-preprocess": "5.1.0", | ||
"grunt-svgmin": "4.0.0", | ||
"grunt-svgstore": "1.0.0" | ||
}, | ||
"author": "[email protected], [email protected]", | ||
"license": "MIT", | ||
"dependencies": { | ||
"mustache": "^2.3.0", | ||
"xml2js": "^0.4.17" | ||
} | ||
"name": "swarm-icons", | ||
"version": "2.3.305", | ||
"description": "Icons for Swarm Design System", | ||
"directories": { | ||
"doc": "docs/build", | ||
"dist": "dist" | ||
}, | ||
"scripts": { | ||
"dist:svg": "node scripts/exportFromSketch.js src/sketch/ dist/svg/ web svg", | ||
"dist:pdf": "node scripts/exportFromSketch.js src/sketch/ dist/pdf/ ios pdf", | ||
"dist:js": "node scripts/generateConstants.js src/sketch dist/js/", | ||
"dist:androidSvg": "node scripts/exportFromSketch.js src/sketch/ dist/svg/android/ android svg", | ||
"dist:optimized": "grunt minifySvg --platform=web", | ||
"dist:optimizedAndroid": "grunt minifySvg --platform=android", | ||
"dist:sprite": "grunt svgstore", | ||
"test": "echo no tests found", | ||
"docs": "grunt preprocess", | ||
"build": "yarn run dist:svg && yarn run dist:androidSvg && yarn run dist:pdf && yarn run dist:optimized && yarn run dist:optimizedAndroid && yarn run dist:js && yarn run dist:sprite && yarn run docs", | ||
"publish-docs": "yarn run build && grunt gh-pages" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/meetup/swarm-icons.git" | ||
}, | ||
"devDependencies": { | ||
"@alrra/travis-scripts": "^3.0.1", | ||
"grunt": "~0.4.5", | ||
"grunt-cli": "^1.2.0", | ||
"grunt-contrib-clean": "0.6.0", | ||
"grunt-gh-pages": "0.10.0", | ||
"grunt-preprocess": "5.1.0", | ||
"grunt-svgmin": "4.0.0", | ||
"grunt-svgstore": "1.0.0" | ||
}, | ||
"author": "[email protected], [email protected]", | ||
"license": "MIT", | ||
"dependencies": { | ||
"mustache": "^2.3.0", | ||
"xml2js": "^0.4.17" | ||
} | ||
} |