Skip to content

Commit

Permalink
Version 2.3.305 built by Travis CI - https://travis-ci.com/meetup/swa…
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jun 7, 2018
1 parent 4766476 commit 16245d5
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions package.json
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"
}
}

0 comments on commit 16245d5

Please sign in to comment.