-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
039b362
commit faa8bb3
Showing
59 changed files
with
1,163 additions
and
1,176 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
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,47 +1,47 @@ | ||
{ | ||
"name": "@talend/bootstrap-sass", | ||
"version": "3.5.1", | ||
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.", | ||
"main": "assets/javascripts/bootstrap.js", | ||
"style": "assets/stylesheets/_bootstrap.scss", | ||
"sass": "assets/stylesheets/_bootstrap.scss", | ||
"scripts": { | ||
"build": "echo nothing to build in bootsrap-sass", | ||
"test": "echo nothing to test in bootsrap-sass", | ||
"test:update": "echo nothing to test in bootsrap-sass", | ||
"test:cov": "echo nothing to test in bootsrap-sass" | ||
}, | ||
"files": [ | ||
"assets", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"README.md" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Talend/ui" | ||
}, | ||
"keywords": [ | ||
"bootstrap", | ||
"sass", | ||
"css" | ||
], | ||
"contributors": [ | ||
"Thomas McDonald", | ||
"Tristan Harward", | ||
"Peter Gumeson", | ||
"Gleb Mazovetskiy" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/Talend/ui/issues" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@talend/eslint-config": "^13.0.1", | ||
"@talend/eslint-plugin": "^1.1.0", | ||
"eslint": "^8.53.0" | ||
} | ||
"name": "@talend/bootstrap-sass", | ||
"version": "3.5.1", | ||
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.", | ||
"main": "assets/javascripts/bootstrap.js", | ||
"style": "assets/stylesheets/_bootstrap.scss", | ||
"sass": "assets/stylesheets/_bootstrap.scss", | ||
"scripts": { | ||
"build": "echo nothing to build in bootsrap-sass", | ||
"test": "echo nothing to test in bootsrap-sass", | ||
"test:update": "echo nothing to test in bootsrap-sass", | ||
"test:cov": "echo nothing to test in bootsrap-sass" | ||
}, | ||
"files": [ | ||
"assets", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"README.md" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Talend/ui" | ||
}, | ||
"keywords": [ | ||
"bootstrap", | ||
"sass", | ||
"css" | ||
], | ||
"contributors": [ | ||
"Thomas McDonald", | ||
"Tristan Harward", | ||
"Peter Gumeson", | ||
"Gleb Mazovetskiy" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/Talend/ui/issues" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@talend/eslint-config": "^13.0.1", | ||
"@talend/eslint-plugin": "^1.1.0", | ||
"eslint": "^8.54.0" | ||
} | ||
} |
Oops, something went wrong.