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

Commit 1144f40

Browse files
author
Kamil Kisiela
committed
chore: move package name to package describe
1 parent e181295 commit 1144f40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.js

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

4-
var packageName = 'formly:angular-formly-templates-material';
54
var packageJson = JSON.parse(Npm.require("fs").readFileSync('package.json'));
65

76
Package.describe({
8-
name: packageName,
7+
name: 'formly:angular-formly-templates-material',
98
summary: '(official): Material design templates for angular-formly',
109
version: packageJson.version,
1110
documentation: 'README.md',

0 commit comments

Comments
 (0)