UNPKG

angular-material-npfixed

Version:

The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible Material Design UI components. Angular Material is supported internally at Google by the Angular.js, M

12 lines (10 loc) 274 B
var pkg = require('../package.json'); var fs = require('fs'); var versionFile = __dirname + '/../dist/commit'; module.exports = { ngVersion: '1.5.5', version: pkg.version, repository: pkg.repository.url .replace(/^git/,'https') .replace(/(\.git)?\/?$/,'') };