Skip to content
Snippets Groups Projects
Commit 7cfd7983 authored by khawkins98's avatar khawkins98
Browse files

Add NPM publishing for #81

parent 3f1f3256
No related branches found
No related tags found
No related merge requests found
node_modules
.DS_store
_site
\ No newline at end of file
_site
npm-debug.log
\ No newline at end of file
.*.swp
._*
.DS_Store
.git
.hg
.npmrc
.lock-wscript
.svn
.wafpickle-*
config.gypi
CVS
npm-debug.log
# EBI-Framework v1.2
This is an early EBI Visual Framework dev version of the v1.2 targeted for a July 2017 release. Homed here are the various assets that make the EBI Visual Framework (CSS, JS, and a few images and build scripts).
v1.2 is targeted for a July 2017 release. Homed here are the various assets that make the EBI Visual Framework (CSS, JS, and a few images and build scripts).
To view plans for v1.2 (and to join the discussion), [see issue 61](https://github.com/ebiwd/EBI-Framework/issues/61).
......
......@@ -38,7 +38,19 @@
"motion-ui-update": "wget https://github.com/zurb/motion-ui/archive/master.zip -d ./libraries/motion-ui.zip && del ./libraries/motion-ui && extract-zip ./libraries/motion-ui.zip ./libraries/motion-ui/ && del ./libraries/motion-ui.zip && echo \"Copying Motion UI files one level up as they've moved...\" && ncp ./libraries/motion-ui/motion-ui-master/ ./libraries/motion-ui/ && del ./libraries/motion-ui/motion-ui-master/ && echo \"Latest version of Motion UI downloaded, you'll need to run 'npm run scss' to build\"",
"message_finished": "echo \"All done\""
},
"private": true,
"name": "EBI-Framework",
"description": "Homed here are the various assets that make the EBI Visual Framework (CSS, JS, and a few images and build scripts).",
"version": "v1.2.0-alpha.2",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/ebiwd/EBI-Framework.git"
},
"author": {
"name": "EBI Web Development",
"email": "khawkins@ebi.ac.uk",
"url": "https://github.com/ebiwd"
},
"devDependencies": {
"concat-cli": "^4.0.0",
"concatenate-files": "^0.1.1",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment