env constraint

This commit is contained in:
Tobe O 2017-11-18 13:39:52 -05:00
parent a672d0df55
commit 4bc0e7c9cd
2 changed files with 16 additions and 0 deletions

14
mustache.iml Normal file
View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.pub" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Dart SDK" level="project" />
<orderEntry type="library" name="Dart Packages" level="project" />
</component>
</module>

View file

@ -3,6 +3,8 @@ description: Mustache view generator for Angel.
author: thosakwe <thosakwe@gmail.com> author: thosakwe <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_mustache homepage: https://github.com/angel-dart/angel_mustache
version: 1.1.0 version: 1.1.0
environment:
sdk: ">=1.19.0"
dependencies: dependencies:
angel_framework: "^1.1.0-alpha" angel_framework: "^1.1.0-alpha"
file: ^2.0.0 file: ^2.0.0