Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Commit

Permalink
CAP2BAP
Browse files Browse the repository at this point in the history
  • Loading branch information
wpears committed Oct 23, 2018
1 parent 1f016f7 commit c76a54a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions packages/capital-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "capital-framework",
"name": "bapital-framework",
"version": "7.2.0",
"description": "CFPB's UI framework",
"main": "src/capital-framework.js",
"less": "src/capital-framework.less",
"main": "src/bapital-framework.js",
"less": "src/bapital-framework.less",
"author": {
"name": "Consumer Financial Protection Bureau",
"email": "tech@cfpb.gov",
"url": "https://cfpb.github.io/"
},
"license": "SEE LICENSE IN TERMS.md",
"keywords": [
"capital-framework"
"bapital-framework"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/cfpb/capital-framework.git"
"url": "git+ssh://git@github.com/cfpb/bapital-framework.git"
},
"bugs": {
"url": "https://github.com/cfpb/capital-framework/issues"
"url": "https://github.com/cfpb/bapital-framework/issues"
},
"dependencies": {
"bf-expandables": "^7.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This is the same as the other source file but with the special bf-grid Less
// file that generates the grid classes for folks who use the compiled CSS.
@import (less) 'capital-framework.less';
@import (less) 'bapital-framework.less';
@import (less) 'bf-grid/src-generated/bf-grid-generated.less';

0 comments on commit c76a54a

Please sign in to comment.