Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 6626ac4

Browse files
author
Kamil Kisiela
committed
chore: back to manually version changing
1 parent f7d3562 commit 6626ac4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
// package metadata file for AtmosphereJS
22
'use strict';
33

4-
var packageJson = JSON.parse(Npm.require("fs").readFileSync('package.json'));
5-
64
Package.describe({
75
name: 'formly:angular-formly-templates-material',
86
summary: '(official): Material design templates for angular-formly',
9-
version: packageJson.version,
7+
version: '0.7.2',
108
documentation: 'README.md',
119
git: 'https://github.com/formly-js/angular-formly-templates-material.git'
1210
});

0 commit comments

Comments
 (0)