🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@w20/w20-components

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@w20/w20-components - npm Package Compare versions

Comparing version
2.3.1
to
2.3.2
yarn.lock

Sorry, the diff of this file is too big to display

+1
-5

@@ -7,6 +7,2 @@ sudo: false

install:
- npm install -g grunt-cli
- npm install
script: grunt
cache: yarn

@@ -0,1 +1,5 @@

# Version 2.3.2 (2018-07-10)
* [chg] Switch to Yarn as package manager (will preserve the dependency flat structure)
# Version 2.3.1 (2018-07-10)

@@ -2,0 +6,0 @@

@@ -77,4 +77,4 @@ /*

grunt.registerTask('docs', ['ngdocs', 'connect:docs']);
grunt.registerTask('default', ['jshint', 'karma:test', 'coveralls', 'ngdocs']);
grunt.registerTask('default', ['jshint', 'ngdocs']);
grunt.registerTask('test', ['karma:test', 'coveralls']);
};
{
"name": "@w20/w20-components",
"version": "2.3.1",
"version": "2.3.2",
"description": "W20 Web framework",

@@ -9,2 +9,3 @@ "license": "MPL-2.0",

"grunt": "^1.0.3",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",

@@ -30,4 +31,8 @@ "grunt-contrib-concat": "~0.5.0",

"ui-select": "^0.19.8",
"@w20/w20": "^2.4.2"
"@w20/w20": "^2.4.6"
},
"scripts": {
"prepare": "grunt",
"test": "grunt test"
},
"repository": {

@@ -34,0 +39,0 @@ "type": "git",