Socket
Socket
Sign inDemoInstall

ember-cli-ted-bootstrap

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-ted-bootstrap - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -13,3 +13,3 @@ /* jshint node: true */

let tedBootstrapPath = path.join(app.bowerDirectory, 'ted-bootstrap');
var tedBootstrapPath = path.join(app.bowerDirectory, 'ted-bootstrap');
var additionalAssetsPath = path.join(tedBootstrapPath, 'ted_bootstrap');

@@ -16,0 +16,0 @@ var otherAssets = fs.readdirSync(additionalAssetsPath);

{
"name": "ember-cli-ted-bootstrap",
"version": "1.0.0",
"version": "1.0.1",
"description": "The default blueprint for ember-cli addons.",

@@ -5,0 +5,0 @@ "directories": {

# Ember CLI TED Bootstrap
> This addon is prepared for internal use by TED and is open-sourced for educational purposes but will not be supported for shared community use.
This addon adds the latest build of TED Bootstrap from S3 to your Ember app's `bower.json` file, installs it, and imports the associated assets into your build.

@@ -9,2 +11,18 @@

## Installation
This is an OSS Ember addon, so install with
```sh
ember install ember-cli-ted-bootstrap
```
If you're upgrading from a pre-1.0 version, make sure to run
```sh
ember g ember-cli-ted-bootstrap
```
to get the associated bower entry added to your `bower.json`.
## Components originally bundled in TED Bootstrap

@@ -11,0 +29,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc